.set
element
The .set
action sets a +set modifier. It belongs to the modifier category within the ui area.
Action Syntax
.set $variable = "text"
A variable name starting with $ followed by a value followed by A quoted text string
.set $variable = 123
A variable name starting with $ followed by a value followed by A numeric value
.set $variable = true|false
A variable name starting with $ followed by a value followed by A boolean value (true or false)
.set $variable = HH:MM
A variable name starting with $ followed by a value followed by A time in HH:MM format
.set $variable = YYYY-MM-DD
A variable name starting with $ followed by a value followed by A date in YYYY-MM-DD format
.set $variable = IT
A variable name starting with $ followed by a value followed by a value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.set $var = "value"
Action code: 1589228377
Version: 0.6.4
Last updated: 2025-06-13