.option
element
The .option
action Creates dropdown menu choices for .selectio selection actions. It belongs to the selects category within the interaction area.
Action Syntax
.option "text"
A quoted text string
.option 123
A numeric value
.option true|false
A boolean value (true or false)
.option $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
value
sets specific value different from display text
Examples
// Basic Usage
.option "Option Text"
// Using Variables
// Display dynamic content from variables
.option $value
Action code: 3794288313
Version: 0.6.4-3
Last updated: 2025-06-13