Class: GroupNode
Imported from
@react-logic/utilsDefined in: utils/src/lib/forms.ts:387
Constructors
Constructor
new GroupNode(
path,children):GroupNode
Defined in: utils/src/lib/forms.ts:391
Parameters
Returns
GroupNode
Properties
children
readonlychildren:Map<string,GroupNode|FieldNode<unknown>>
Defined in: utils/src/lib/forms.ts:389
path
readonlypath:string
Defined in: utils/src/lib/forms.ts:388
Methods
isPristine()
isPristine():
boolean
Defined in: utils/src/lib/forms.ts:407
Returns
boolean
isValid()
isValid():
boolean
Defined in: utils/src/lib/forms.ts:400
Returns
boolean
markAllTouched()
markAllTouched():
void
Defined in: utils/src/lib/forms.ts:416
Returns
void
reset()
reset():
void
Defined in: utils/src/lib/forms.ts:396
Returns
void