Interface GridRefreshWatchResult

A grid refresh watch result.

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

updates: number

The number of times the underlying watch has updated the grid result.

Generated using TypeDoc