RevoGrid Documentation v4.12.4 / BeforeSourceSetEvent
Type Alias: BeforeSourceSetEvent
ts
type BeforeSourceSetEvent: {
source: DataType[];
type: DimensionRows;
};
Type declaration
Name | Type | Defined in |
---|---|---|
source | DataType [] | src/plugins/groupingRow/grouping.row.types.ts:56 |
type | DimensionRows | src/plugins/groupingRow/grouping.row.types.ts:55 |