centurion-erp-ui
    Preparing search index...

    Interface Notification

    A single notification for use within the Notifications Drawer.

    0.9.0

    interface Notification {
        description: string;
        isNotificationRead: boolean;
        key: string;
        srTitle: string;
        timestamp: string;
        title: string;
        variant: AlertVariant;
    }
    Index

    Properties

    description: string
    isNotificationRead: boolean
    key: string
    srTitle: string
    timestamp: string
    title: string
    variant: AlertVariant