Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 780 Bytes

SlotDef.md

File metadata and controls

14 lines (11 loc) · 780 Bytes

TalonOne.Model.SlotDef

Properties

Name Type Description Notes
Name string The dot-separated path to this slot for use in Talang.
Type string The type of this slot, one of string, number, boolean, or list[type].
Title string Campaigner-friendly name for the slot.
Description string A short description of the slot. [optional]
Help string Extended help text for the slot. [optional]
Writable bool Whether or not this slot can be updated by rule effects.

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