Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 646 Bytes

FunctionDef.md

File metadata and controls

14 lines (10 loc) · 646 Bytes

FunctionDef

Properties

Name Type Description Notes
name str The function name used in Talang.
type str The type of this function argument.
description str A short description of the function. [optional]
help str 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]