LWT JavaScript API
    Preparing search index...

    Option item in the select dropdown.

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

    Properties

    Properties

    label: string
    value: string