Skip to Content
APIGrid CorePluginConfigGenerator

PluginConfigGenerator type

Tip

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

Declaration

export type PluginConfigGenerator<C extends PluginConfig = PluginConfig> = ( gridSchema: GridSchema<C>, options?: PluginConfigGeneratorOptions<C>, ) => C;