PluginConfigGeneratorOptions type
Options for the PluginConfigGenerator
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
View Declaration
export type PluginConfigGeneratorOptions<
C extends PluginConfig = PluginConfig,
> = {
customColumnGeneratorByType?: CustomColumnGeneratorByType<C>;
};Fields
| Name | Type | Default |
|---|---|---|
customColumnGeneratorByType | CustomColumnGeneratorByType<C> |