Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.09 KB

TemplateArgDef.md

File metadata and controls

30 lines (19 loc) · 1.09 KB

TemplateArgDef

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]
title String A campaigner friendly name for the argument, this will be shown in the rule editor.
ui Object Arbitrary metadata that may be used to render an input for this argument.
key String The identifier for the associated value within the JSON object. [optional]
picklistID Integer ID of the picklist linked to a template. [optional]
restrictedByPicklist Boolean Whether or not this attribute's value is restricted by picklist (`picklist` property) [optional]

Enum: TypeEnum

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