.menu-item
element
The .menu-item
action a menu item. It belongs to the menus category within the ui area.
Action Syntax
.menu-item "text" [file]
A quoted text string followed by A file reference
.menu-item $variable [file]
A variable name starting with $ followed by A file reference
.menu-item !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.menu-item !set:icon $variable [file]
An icon in format !set:name followed by A variable name starting with $ followed by A file reference
.menu-item +imagetag "text" [file]
An image tag starting with + followed by A quoted text string followed by A file reference
.menu-item +imagetag $variable [file]
An image tag starting with + followed by A variable name starting with $ followed by A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.menu-item "Label" [block]
// Using Variables
// Display dynamic content from variables
.menu-item $var [block]
Action code: 2009087226
Version: 0.6.4-2
Last updated: 2025-06-13