insertChild Method
Inserts child in the specified position. If offset is higher then current length of children array, the length is increased.
insertChild(parentId: string | undefined, childNodeInput: TreeModelNodeInput, offset: number): void
| Parameter | Type | Description |
|---|---|---|
| parentId | string | undefined | |
| childNodeInput | TreeModelNodeInput | |
| offset | number |
Defined in
Last Updated: 08 January, 2020