Documentation / @zerotal/inertia / lazy
Function: lazy()
lazy(
callback):OptionalProp
Defined in: inertia/src/props/PropTypes.ts:270
Alias of optional, matching Inertia's historical lazy() name.
Parameters
callback
Factory producing the prop value (may be async); evaluated only when included.
Returns
An OptionalProp wrapper.