RevoGrid Documentation v4.15.3 / 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:88 |
type | DimensionRows | src/plugins/groupingRow/grouping.row.types.ts:87 |