Interface NotificationEventMap

    interface NotificationEventMap {
        click: Event;
        close: Event;
        error: Event;
        show: Event;
    }

    Properties

    Properties

    click: Event
    close: Event
    error: Event
    show: Event