Mutator
(
args: any[],
state: MutableState,
tools: Tools
) => any
Mutator
is a function that takes some arguments, the internal form MutableState
, and some Tools
and optionally modifies the form state.
Related:
Mutator
Mutator
(
args: any[],
state: MutableState,
tools: Tools
) => any
Mutator
is a function that takes some arguments, the internal form MutableState
, and some Tools
and optionally modifies the form state.
Related: