Skip to main content

AsyncDataLoaderFeatureItemInstance <T>

Index

Properties

invalidateChildrenIds

invalidateChildrenIds: () => void

Type declaration

    • (): void
    • Returns void

invalidateItemData

invalidateItemData: () => void

Invalidate fetched data for item, and triggers a refetch and subsequent rerender if the item is visible


Type declaration

    • (): void
    • Returns void

isLoading

isLoading: () => boolean & () => boolean

updateCachedChildrenIds

updateCachedChildrenIds: (childrenIds: string[]) => void

Type declaration

    • (childrenIds: string[]): void
    • Parameters

      • childrenIds: string[]

      Returns void