EventMap¶
Interface EventMap
interface EventMap {
notification: UINotificationEvent;
settingchange: UISettingChangedEvent;
[key: string]: UISettingChangedEvent | UINotificationEvent;
}
notification: UINotificationEvent;
settingchange: UISettingChangedEvent;
[key: string]: UISettingChangedEvent | UINotificationEvent;
}
Indexable
Index
Properties
Was this page helpful? Please leave a thumbs up or down.