Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 616 Bytes

SlotDef.md

File metadata and controls

14 lines (10 loc) · 616 Bytes

TalonOne.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 Boolean Whether or not this slot can be updated by rule effects.