QueryFunction interface

用於查詢編譯的函數。

屬性

bindingType

函數綁定的類型。

inputs

函數的輸入。

name

函式的名稱。

output

函數的輸出。

type

函數的類型。

屬性詳細資料

bindingType

函數綁定的類型。

bindingType: string

屬性值

string

inputs

函數的輸入。

inputs: FunctionInput[]

屬性值

name

函式的名稱。

name: string

屬性值

string

output

函數的輸出。

output: FunctionOutput

屬性值

type

函數的類型。

type: string

屬性值

string