Skip to content

RevoGrid Documentation v4.12.4 / BeforeSourceSetEvent

Type Alias: BeforeSourceSetEvent

ts
type BeforeSourceSetEvent: {
  source: DataType[];
  type: DimensionRows;
};

Type declaration

NameTypeDefined in
sourceDataType[]src/plugins/groupingRow/grouping.row.types.ts:56
typeDimensionRowssrc/plugins/groupingRow/grouping.row.types.ts:55

Defined in

src/plugins/groupingRow/grouping.row.types.ts:54