共用方式為


SearchInvokeValue interface

定義結構,此結構會以 『application/search』 名稱抵達 Activity.Value for Invoke 活動。

屬性

context

查詢的內容資訊。 例如發出查詢的UI控制件。 內容欄位的類型是物件,且相依於類型欄位。 針對 search 和 searchAnswers,沒有定義的內容值。

kind

搜尋叫用值的種類。 必須是 search、searchAnswer 或 typeAhead。

queryOptions

此搜尋叫用值的 SearchInvokeOptions

queryText

搜尋叫用值的查詢文字。

屬性詳細資料

context

查詢的內容資訊。 例如發出查詢的UI控制件。 內容欄位的類型是物件,且相依於類型欄位。 針對 search 和 searchAnswers,沒有定義的內容值。

context: any

屬性值

any

kind

搜尋叫用值的種類。 必須是 search、searchAnswer 或 typeAhead。

kind: string

屬性值

string

queryOptions

此搜尋叫用值的 SearchInvokeOptions

queryOptions: SearchInvokeOptions

屬性值

queryText

搜尋叫用值的查詢文字。

queryText: string

屬性值

string