API Reference > ui-components > Tree > BeInspireTree > requestNodeLoad 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 Returns - Promise<void> Defined in ui/components/src/ui-components/tree/component/BeInspireTree.ts Line 658 Last Updated: 13 June, 2024