Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents the value of a search invoke request.

    interface SearchInvokeValue {
        context: any;
        kind: string;
        queryOptions: SearchInvokeOptions;
        queryText: string;
    }
    Index

    Properties

    context: any

    The context of the search.

    kind: string

    The kind of search.

    queryOptions: SearchInvokeOptions

    The options for the search query.

    queryText: string

    The text of the query.