allowedEventTypes property

List<String>? allowedEventTypes
getter/setter pair

List of extension events selected by consumer that extension is allowed to emit, identified by their types.

Optional.

Implementation

core.List<core.String>? allowedEventTypes;