Type Alias MaybeOptionalModelProp<TPropValue>

MaybeOptionalModelProp: ModelProp<
    TPropValue,
    TPropValue,
    TPropValue,
    TPropValue,
    IsOptionalValue<TPropValue, never, string>,
>

A model prop that maybe / maybe not is optional, depending on if the value can take undefined.

Type Parameters

  • TPropValue