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

    Interface AlertMarkers

    Semantic marker characters used by renderAlert.

    interface AlertMarkers {
        danger: string;
        info: string;
        neutral: string;
        success: string;
        warning: string;
    }
    Index

    Properties

    danger: string

    Marker for destructive, failed, or unavailable messages.

    info: string

    Marker for informational messages.

    neutral: string

    Marker for default messages without positive or negative meaning.

    success: string

    Marker for successful messages.

    warning: string

    Marker for warning or degraded messages.