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