Field context that is available for all fields that are an item in an array field.
index
Signal<number>The index of the current field in its parent field.
key
Signal<string>The key of the current field in its parent field.
value
Signal<TValue>A signal containing the value of the current field.
state
FieldState<TValue, string | number>The state of the current field.
field
FieldTree<TValue, string | number>The current field.
valueOf
PValueGets the value of the field represented by the given path.
@returns
PValuestateOf
CompatFieldState<PControl, string | number>Gets the state of the field represented by the given path.
@returns
CompatFieldState<PControl, string | number>stateOf
FieldState<PValue, string | number>@returns
FieldState<PValue, string | number>Jump to details