Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 505 Bytes

FunctionDef.md

File metadata and controls

16 lines (9 loc) · 505 Bytes

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.