.alt
element
The .alt
action sets the alt text modifier for an element. It belongs to the modifier category within the ui area.
Action Syntax
.alt "text"
A quoted text string
.alt $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.alt "help"
// Using Variables
// Display dynamic content from variables
.alt $text
Action code: 1637586211
Version: 0.6.4-0
Last updated: 2025-06-13