QueryFunction interface

Funkce pro kompilaci dotazů.

Vlastnosti

bindingType

Typ vazby funkce.

inputs

Vstupy pro funkci.

name

Název funkce.

output

Výstup pro funkci.

type

Typ funkce.

Podrobnosti vlastnosti

bindingType

Typ vazby funkce.

bindingType: string

Hodnota vlastnosti

string

inputs

Vstupy pro funkci.

inputs: FunctionInput[]

Hodnota vlastnosti

name

Název funkce.

name: string

Hodnota vlastnosti

string

output

Výstup pro funkci.

output: FunctionOutput

Hodnota vlastnosti

type

Typ funkce.

type: string

Hodnota vlastnosti

string