Skip to content

nullable since v1.0.0wrapper

Informs the Ignition Type Solver that a property is allowed to hold a nil value.

nullable(type: string | Union<string>) -> Nullable<T>

Parameters

Name Type Description
type string | Union<string> The underlying type that is being marked as optional.