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  

Returns - void

Defined in

Last Updated: 13 June, 2024