AsyncDataLoaderFeatureConfig <T>
Index
Properties
optionalcreateLoadingItemData
Type declaration
Returns T
optionalonLoadedChildren
Type declaration
Parameters
itemId: string
childrenIds: string[]
Returns void
optionalonLoadedItem
Type declaration
Parameters
itemId: string
item: T
Returns void
Will be called when HT retrieves item data for an item whose item data is asynchronously being loaded. Can be used to create placeholder data to use for rendering the tree item while it is loaded. If not defined, the tree item data will be null.