.title
element
The .title
action a text title. It belongs to the text category within the ui area.
Action Syntax
.title "text"
A quoted text string
.title $variable
A variable name starting with $
Valid sizes
micro
tiny
small
medium
large
extra
huge
Examples
// Basic Usage
.title "this is a title"
// Using Variables
// Display dynamic content from variables
.title $title
Action code: 60307595
Version: 0.6.4-21
Last updated: 2025-06-13