Skip to Content
APIGrid CoreGridStoreOptions

GridStoreOptions type

Tip

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

View Declaration

export interface GridStoreOptions<C extends PluginConfig = PluginConfig> { data: GridData; configGenerator: PluginConfigGenerator<C>; configGeneratorOptions?: PluginConfigGeneratorOptions<C>; listener?: GridStoreListener<C>; }

Fields

NameTypeDefault
dataGridData
configGeneratorPluginConfigGenerator<C>
configGeneratorOptionsPluginConfigGeneratorOptions<C>
listenerGridStoreListener<C>