Click
2 posts tagged with "Click"
.avatar
element
The .avatar action avatar. It belongs to the avatar category within the ui area.
Action Syntax
.avatar +imagetag
An image tag starting with +
.avatar !set:icon
An icon in format !set:name
.avatar "text"
A quoted text string
.avatar @reference
A reference starting with @
Valid sizes
tiny
small
medium
large
extra
Modifiers
click
The .avatar action supports the click modifier.
Tags
circle
a circular avatar
square
a square avatar
Examples
// Basic Usage
.avatar %imagetag
Action code: 1704390724
Version: 0.6.4-2
Last updated: 2025-06-13
.button
element
(.b)
The .button action Creates a clickable button that can trigger actions or navigate. It belongs to the buttons category within the ui area.
Action Syntax
.button "text"
A quoted text string
.button "text" [file]
A quoted text string followed by A file reference
.button !set:icon "text"
An icon in format !set:name followed by A quoted text string
.button !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.button $variable
A variable name starting with $
.button [file]
A file reference
.button !set:icon [file]
An icon in format !set:name followed by A file reference
Valid sizes
small
medium
large
extra
huge
Modifiers
click
The .button action supports the click modifier.