UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface ComboboxSelectEvent

    Combobox selection payload.

    interface ComboboxSelectEvent {
        details: ChangeDetails<ComboboxSelectReason>;
        option: Readonly<ComboboxOption>;
    }
    Index

    Properties

    Properties

    Typed selection cause and optional native event.

    option: Readonly<ComboboxOption>

    Selected option.