Skip to content

RevoGrid Documentation v4.15.3 / BeforeSourceSetEvent

Type Alias: BeforeSourceSetEvent

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

Type declaration

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

Defined in

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