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

    Interface StepIndicatorMarkers

    Step marker characters used by renderStepIndicator.

    interface StepIndicatorMarkers {
        active: string;
        completed: string;
        error: string;
        pending: string;
    }
    Index

    Properties

    active: string

    Marker for the currently active step.

    completed: string

    Marker for completed steps.

    error: string

    Marker for failed steps.

    pending: string

    Marker for pending steps.