Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 501 Bytes

FunctionDef.md

File metadata and controls

13 lines (9 loc) · 501 Bytes

TalonOne.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 [FuncArgDef] An array of argument definitions.