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

    Interface StatusMarkers

    Semantic marker characters used by renderStatus.

    interface StatusMarkers {
        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, pending, 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.