GridSchemaWithConfig type
GridSchema along with the generated PluginConfig.
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
View Declaration
export type GridSchemaWithConfig<C extends PluginConfig> = GridSchema<C> & {
readonly config: C;
};