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