GridStoreState type
Internal state of GridStore.
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
View Declaration
export type GridStoreState<C extends PluginConfig> = Readonly<{
activeIndex: GridSchemaIndex;
schemas: ReadonlyArray<GridSchemaWithConfig<C>>;
}>;Fields
| Name | Type | Default |
|---|---|---|
activeIndex | number | |
schemas | readonly GridSchemaWithConfig<C>[] |