Events
MeasureEvents<T>
Defines events that are fired due to changes or interactions with grid measures.
Type parameters
Type parameter | Value |
---|---|
T | unknown |
Properties
- Name
onMeasureChange
- Type
- (params: OnMeasureChangeParams<T>) => void
- Description
Triggers when the measure model is changed. This can happen when a call to
MeasureApi.setMeasureModel is made, or when the column definition of one of the measures is removed from the grid.