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: undefined | BeInspireTreeNode<TNodePayload>, index: number): Promise<void> Parameter Type Description parent undefined | BeInspireTreeNode<TNodePayload> index number Returns - Promise<void> Defined in ui/components/src/ui-components/tree/deprecated/component/BeInspireTree.ts Line 680 Last Updated: 11 June, 2024