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