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: undefined | BeInspireTreeNode<TNodePayload>, index: number): Promise<void>

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

Returns - Promise<void>

Defined in

Last Updated: 11 June, 2024