Interface GridRefreshResult

A grid result that can be refreshed.

Hierarchy

Properties

error?: Error

Truthy if the grid's data didn't load properly and threw an error.

grid: HGrid<HDict>

The grid result.

isLoading: boolean

True if the grid's data is loading.

loads: number

The number of times a grid has been loaded.

refresh: (() => void)

Type declaration

    • (): void
    • Called to refresh any backing data queries.

      Returns void

Generated using TypeDoc