Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 539 Bytes

FuncArgDef.md

File metadata and controls

27 lines (12 loc) · 539 Bytes

TalonOne.FuncArgDef

Properties

Name Type Description Notes
type String 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

  • string (value: "string")

  • boolean (value: "boolean")

  • number (value: "number")

  • time (value: "time")

  • (list string) (value: "(list string)")