Skip to main content

Type Alias: MaybeOptionalModelProp<TPropValue>

type MaybeOptionalModelProp<TPropValue> = 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​

Type Parameter
TPropValue