MCPcopy
hub / github.com/revolist/revogrid / Group

Interface Group

src/store/dataSource/data.store.ts:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18} from '@type';
19
20export interface Group extends ColumnProperties {
21 name: string;
22 children: (ColumnGrouping | ColumnRegular)[];
23 // physical indexes to start from
24 indexes: number[];
25}
26export type Groups = Record<number, Group[]>;
27export type GDataType = DataType | ColumnRegular;
28export type GDimension = DimensionRows | DimensionCols;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected