ChildGridToggleCellRendererCustomParams type
Tip
This API reference is automatically generated from the source code of the @jsoc/vue-grid-ag package.
View Declaration
export type ChildGridToggleCellRendererCustomParams = {
columnParams: ColumnGeneratorParams<
PluginConfigAg,
"ujsonObject" | "ujsonObjectArray"
>;
};Fields
| Name | Type | Default |
|---|---|---|
columnParams | ColumnGeneratorParams<PluginConfigAg, "ujsonObject" | "ujsonObjectArray"> |