EventMap

Interface EventMap

interface EventMap {
    notification: UINotificationEvent;
    settingchange: UISettingChangedEvent;
    [key: string]: UISettingChangedEvent | UINotificationEvent;
}

Indexable

Index

Properties

notification: UINotificationEvent
settingchange: UISettingChangedEvent



Was this page helpful? Please leave a thumbs up or down.