videosphere
    Preparing search index...

    One selectable option in SearchableSelect.

    interface SearchableSelectOption {
        value: string;
        label: string;
    }
    Index

    Properties

    Properties

    value: string

    Stored value (e.g. BCP-47 tag, category id, or language code).

    label: string

    Human-readable label shown in the trigger and list.