The base field context that is available for all fields.
state
ReadonlyFieldState<TValue, string | number>The state of the current field.
fieldTree
ReadonlyFieldTree<TValue, string | number>The current field.
valueOf
PValueGets the value of the field represented by the given path.
@returns
PValuestateOf
[PControl] extends [any] ? ReadonlyCompatFieldState<PControl, string | number> : neverGets the state of the field represented by the given path.
@returns
[PControl] extends [any] ? ReadonlyCompatFieldState<PControl, string | number> : neverstateOf
[PValue] extends [any] ? ReadonlyFieldState<PValue, string | number> : never@returns
[PValue] extends [any] ? ReadonlyFieldState<PValue, string | number> : neverfieldTreeOf
[PModel] extends [any] ? ReadonlyFieldTree<PModel, string | number> : neverGets the field represented by the given path.
@returns
[PModel] extends [any] ? ReadonlyFieldTree<PModel, string | number> : neverJump to details