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

    Interface INotificationState

    state regarding all manner of user interaction

    INotificationState

    interface INotificationState {
        dialogs: IDialog[];
        notifications: INotification[];
    }
    Index

    Properties

    dialogs: IDialog[]
    notifications: INotification[]