GanttColumnMenuFilterChangeEvent
Represents the object of the onColumnMenuFilterChange
Gantt event.
field
string
The field of the column which triggers the event.
filter
CompositeFilterDescriptor[]
The new CompositeFilterDescriptor
based on the user action.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any>
A React Synthetic Event.
target
An event target.