Documentation / @zerotal/inertia / always
Function: always()
always(
value):AlwaysProp
Defined in: inertia/src/props/PropTypes.ts:282
Always include this prop, even when a partial reload's only/except would
otherwise exclude it. Used internally to keep the errors bag present on every visit.
Parameters
value
unknown
The value, or a factory producing it (evaluated when included).
Returns
An AlwaysProp wrapper.