Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 678 Bytes

FunctionDef.md

File metadata and controls

13 lines (10 loc) · 678 Bytes

TalonOne.Model.FunctionDef

Properties

Name Type Description Notes
Name string The function name used in Talang.
Type string The type of this function argument.
Description string A short description of the function. [optional]
Help string Extended help text for the function. [optional]
Args List<FuncArgDef> An array of argument definitions.

[Back to Model list] [Back to API list] [Back to README]