Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 552 Bytes

FuncArgDef.md

File metadata and controls

25 lines (14 loc) · 552 Bytes

FuncArgDef

Properties

Name Type Description Notes
type TypeEnum The type of value this argument expects.
description String A campaigner-friendly description of the argument, this will also be shown in the rule editor. [optional]

Enum: TypeEnum

Name Value
STRING "string"
BOOLEAN "boolean"
NUMBER "number"
TIME "time"
LIST_STRING "(list string)"