geoview-core - v2.2.0
    Preparing search index...

    Type Alias NotificationDetailsType

    Details for a single notification entry.

    type NotificationDetailsType = {
        count: number;
        description?: string;
        key: string;
        message: string;
        notificationType: NotificationType;
    }
    Index

    Properties

    count: number

    The number of times this notification has occurred.

    description?: string

    Optional extended description.

    key: string

    The unique key for the notification.

    message: string

    The notification message text.

    notificationType: NotificationType

    The type of notification.