Home > scrubbr > ScrubbrState > createNodeState
ScrubbrState.createNodeState() method¶
Create a child property node state, derived off of this state.
Signature:
createNodeState(data: any, name: string, path: string, schema: JSONSchema7): ScrubbrState;
Parameters¶
Parameter | Type | Description |
---|---|---|
data | any | |
name | string | |
path | string | |
schema | JSONSchema7 |
Returns: