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

    Interface RenderNotificationCenterOptions

    Options accepted by renderNotificationCenter.

    interface RenderNotificationCenterOptions {
        height?: number;
        notifications: readonly NotificationCenterItem[];
        width?: number;
    }
    Index

    Properties

    height?: number

    Maximum rendered height.

    notifications: readonly NotificationCenterItem[]

    Notifications in visual order.

    width?: number

    Maximum terminal-cell width of each line.