.overlay
element
The .overlay
action overlays text or other element on top of another (usually an image). It belongs to the modifier category within the ui area.
Action Syntax
.overlay "text"
A quoted text string
.overlay $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.overlay "text"
// Using Variables
// Display dynamic content from variables
.overlay $varname
Action code: 3473931392
Version: 0.6.4
Last updated: 2025-06-13