Text class
📖 Description
The Text class defines a slot that can hold text with some additional features like maximum text length and transformations. It is derived from the Slot class.
🗃️ Fields
🏷️ actionable
Sets or retrieves if the slot is actionable. When set to true the slot will be included in the actionables export function.
When set to true, the default value for the exportable property will be false. If you want to make a slot both actionable and exportable, you should set both properties to true.
More information about actionable data can be found here.
Type
boolean
🏷️ alias
Sets or retrieves the slot alias. This alias is used to identify the slot in the dataset of a form. The alias is, for example, used in the NVPs and CSV export functions.
When prefilling (or importing data into) forms the alias can be used to easily specify the right data for the right slot.