requestNodeLoad Method

Request a node at the specified index to be loaded for the given parent. Only makes sense on a paginated tree, throws otherwise.

requestNodeLoad(parent: BeInspireTreeNode<TNodePayload> | undefined, index: number): Promise<void>

Parameter Type Description
parent BeInspireTreeNode<TNodePayload> | undefined  
index number  

Defined in

Last Updated: 08 January, 2020