@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Class NullableModifier<Schema>

    Modifies the schema type to allow null values

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    "[ITYPE]": Schema[typeof ITYPE] | null

    Define the input type of the schema

    "[OTYPE]": Schema[typeof OTYPE] | null

    The output value of the field. The property points to a type only and not the real value.

    "[COTYPE]": Schema[typeof COTYPE] | null

    Type marker for camelCase output type inference

    Methods