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

    Interface BadgeMarkers

    Semantic marker characters used by renderBadge.

    Markers keep status understandable when color is unavailable or disabled. Prefer one-cell characters for predictable width.

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

    Properties

    danger: string

    Marker for destructive, failed, or unavailable states.

    info: string

    Marker for informational or queued states.

    neutral: string

    Marker for default states without positive or negative meaning.

    success: string

    Marker for successful or healthy states.

    warning: string

    Marker for warning, delayed, or degraded states.