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

    Interface SelectItem

    Minimum data required for one Select option.

    interface SelectItem {
        disabled?: boolean;
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Whether navigation and selection must skip this option.

    id: string

    Stable option identifier.

    label: string

    Human-readable option label.