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

    Interface StepIndicatorStep

    One rendered StepIndicator step.

    interface StepIndicatorStep {
        detail?: string;
        id: string;
        label: string;
        state?: StepIndicatorState;
    }
    Index

    Properties

    Properties

    detail?: string

    Optional detail rendered after the label in vertical mode.

    id: string

    Stable identifier for the step.

    label: string

    Non-empty display label.

    Current state.

    'pending'