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.
info
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.
tip
More information about actionable data can be found here.
Type
boolean