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
| Name | Type | Default |
|---|---|---|
data | GridData | |
configGenerator | PluginConfigGenerator<C> | |
configGeneratorOptions | PluginConfigGeneratorOptions<C> | |
listener | GridStoreListener<C> |