Skip to main content

Type Alias: OptionalModelProp<TPropValue>

type OptionalModelProp<TPropValue> = ModelProp<TPropValue, TPropValue | null | undefined, TPropValue, TPropValue | null | undefined, never>;

A model prop that is definitely optional.

Type Parameters​

Type Parameter
TPropValue