Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 751 Bytes

SlotDef.md

File metadata and controls

15 lines (11 loc) · 751 Bytes

SlotDef

Properties

Name Type Description Notes
name str The dot-separated path to this slot for use in Talang.
type str The type of this slot, one of string, number, boolean, or list[type].
title str Campaigner-friendly name for the slot.
description str A short description of the slot. [optional]
help str 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]