1771 Technologies Logo

Events

MeasureEvents<T>

Defines events that are fired due to changes or interactions with grid measures.

Type parameters

Type parameterValue
Tunknown

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.