GridSchemaOrigin type
Describes where a child GridSchema was opened from.
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
View Declaration
export type GridSchemaOrigin<C extends PluginConfig = PluginConfig> = {
parent: GridSchema<C>;
cell: GridCellLocation;
};Fields
| Name | Type | Default |
|---|---|---|
parent | GridSchema<C> | |
cell | GridCellLocation |