ColumnGeneratorAg type
Tip
This API reference is automatically generated from the source code of the @jsoc/vanilla-grid-ag package.
Declaration
export type ColumnGeneratorAg<D extends ColumnDataType> = ColumnGenerator<
PluginConfigAg,
D
>;