moveNode Method
Transfers node along with its children to a new location. Fails if destination has undefined child count.
moveNode(sourceNodeId: string, targetParentId: string, targetIndex: number): boolean
@returns true
on success, false
otherwise.
Returns - boolean
true
on success, false
otherwise.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.