Skip to main content
Version: 0.1.2

Class: GroupNode

Imported from @react-logic/utils

Constructors

Constructor

new GroupNode(path, children): GroupNode

Parameters

path

string[]

children

Map<string, GroupNode | FieldNode<unknown>>

Returns

GroupNode

Properties

children

readonly children: Map<string, GroupNode | FieldNode<unknown>>


path

readonly path: string

Methods

isPristine()

isPristine(): boolean

Returns

boolean


isValid()

isValid(): boolean

Returns

boolean


markAllTouched()

markAllTouched(): void

Returns

void


reset()

reset(): void

Returns

void