AsyncDataLoaderFeatureItemInstance <T>
Index
Properties
invalidateChildrenIds
Type declaration
Parameters
optionaloptimistic: boolean
If true, the item will not trigger a state update on
loadingItemChildrens
, and the tree will continue to display the old data until the new data has loaded.
Returns Promise<void>
invalidateItemData
Invalidate fetched data for item, and triggers a refetch and subsequent rerender if the item is visible
Type declaration
Parameters
optionaloptimistic: boolean
If true, the item will not trigger a state update on
loadingItemData
, and the tree will continue to display the old data until the new data has loaded.
Returns Promise<void>
isLoading
updateCachedChildrenIds
Type declaration
Parameters
childrenIds: string[]
Returns void
Invalidate fetched children ids for item, and triggers a refetch and subsequent rerender if the item is visible