Open Pioneer Trails Packages
    Preparing search index...

    Interface SearchSelectEvent

    Event type emitted when the user selects an item.

    interface SearchSelectEvent {
        result: SearchResult;
        source: SearchSource;
        trigger: SearchSelectTrigger;
    }
    Index
    result: SearchResult

    The search result selected by the user.

    source: SearchSource

    The source that returned the result.

    Specifies the trigger that caused the select event. It can be triggered by the user or through SearchApi.searchAndSelect.