InferColumnType type
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
Declaration
export type InferColumnType<C extends PluginConfig> =
C["__columnType"] extends infer T ? NonNullable<T> : never;