Open Pioneer Trails Packages
    Preparing search index...

    Interface SearchSelectEvent

    Event type emitted when the user selects an item.

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

    Properties

    Properties

    result: SearchResult

    The search result selected by the user.

    source: SearchSource

    The source that returned the result.