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

    Interface ComboboxQueryEvent

    Combobox query change payload.

    interface ComboboxQueryEvent {
        details: ChangeDetails<ComboboxInputReason>;
        query: string;
    }
    Index

    Properties

    Properties

    Typed cause and optional native event.

    query: string

    Next query.