Skip to Content
APIGrid CorePluginGridStoreOptions

PluginGridStoreOptions type

Tip

This API reference is automatically generated from the source code  of the @jsoc/grid-core  package.

View Declaration

export type PluginGridStoreOptions<C extends PluginConfig = PluginConfig> = Omit<GridStoreOptions<C>, "configGenerator">;

Fields

NameTypeDefault
dataGridData
configGeneratorOptionsPluginConfigGeneratorOptions<C>
listenerGridStoreListener<C>