UIEventType
UIEventType = typeof
UIEventType[keyof typeofUIEventType]
Defined in: ui/core/events.ts:27
Union of the string values in UIEventType. Event emitters accept
any string (widgets may define their own), but consumers can narrow
to this type when they only handle built-ins.