centurion-erp-ui
    Preparing search index...

    Interface NotificationContextValue

    0.9.0

    interface NotificationContextValue {
        alerts: FunctionComponent<AlertProps>[];
        alertTimeout: number;
        drawerRef: RefObject<any>;
        isNotificationsOpen: boolean;
        maxDisplayed: number;
        notifications: Notification[];
        setAlerts: Function;
        setNotifications: Function;
        setNotificationsOpen: Function;
        setOverflowMessage: Function;
    }
    Index

    Properties

    alerts: FunctionComponent<AlertProps>[]
    alertTimeout: number
    drawerRef: RefObject<any>
    isNotificationsOpen: boolean
    maxDisplayed: number
    notifications: Notification[]
    setAlerts: Function
    setNotifications: Function
    setNotificationsOpen: Function
    setOverflowMessage: Function