Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1001 Bytes

TemplateArgDef.md

File metadata and controls

31 lines (16 loc) · 1001 Bytes

TalonOne.TemplateArgDef

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]
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.
picklistID Number 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

  • string (value: "string")

  • boolean (value: "boolean")

  • number (value: "number")

  • time (value: "time")

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