Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 602 Bytes

FunctionReferenceData.md

File metadata and controls

16 lines (14 loc) · 602 Bytes

FunctionReferenceData

Properties

Name Type Description Notes
value String The function identifier. [optional]
displayName String The display name of the function. [optional]
isList IsListEnum Whether the function can take a list of arguments. [optional]
types List<String> The data types returned by the function. [optional]

Enum: IsListEnum

Name Value
TRUE "true"
FALSE "false"