Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface INotificationAction

    interface INotificationAction {
        action: (dismiss: NotificationDismiss) => void;
        icon?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    action: (dismiss: NotificationDismiss) => void
    icon?: string
    title?: string