Interface GridResult

The grid result.

Hierarchy

Properties

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.

Generated using TypeDoc