eventFilter property

List<EventFilterType>? eventFilter
final

Perform the action for these events. The default is to perform all events if no event filter is specified.

Implementation

final List<EventFilterType>? eventFilter;