跳转到内容

UIEventType

此内容尚不支持你的语言。

UIEventType = typeof UIEventType[keyof typeof UIEventType]

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.