Skip to Content
APIGrid CorePluginConfigGeneratorOptions

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

NameTypeDefault
customColumnGeneratorByTypeCustomColumnGeneratorByType<C>