blessed-components - v1.20.0
    Preparing search index...

    Interface NotificationCenterItem

    Notification row.

    interface NotificationCenterItem {
        message: string;
        id: string;
        unread?: boolean;
        tone?: NotificationTone;
    }
    Index

    Properties

    Properties

    message: string

    Notification body.

    id: string

    Stable id.

    unread?: boolean

    Whether notification is unread.

    Optional tone.