Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1010 Bytes

NewTemplateDef.md

File metadata and controls

17 lines (12 loc) · 1010 Bytes

# NewTemplateDef

Properties

Name Type Description Notes
title string Campaigner-friendly name for the template that will be shown in the rule editor.
description string A short description of the template that will be shown in the rule editor. [optional]
help string Extended help text for the template. [optional]
category string Used for grouping templates in the rule editor sidebar.
expr object[] A Talang expression that contains variable bindings referring to args.
args \TalonOne\Client\Model\TemplateArgDef[] An array of argument definitions.
expose bool A flag to control exposure in Rule Builder. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]