Skip to Content
APIGrid CoreGridStoreState

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

NameTypeDefault
activeIndexnumber
schemasreadonly GridSchemaWithConfig<C>[]