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