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