.top-appbar
element
(.appbar)
The .top-appbar
action displays a standard top app bar. It belongs to the navbars category within the ui area.
Action Syntax
.top-appbar "text"
A quoted text string
.top-appbar $variable
A variable name starting with $
.top-appbar !set:icon "text"
An icon in format !set:name followed by A quoted text string
.top-appbar !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.top-appbar +imagetag "text"
An image tag starting with + followed by A quoted text string
.top-appbar +imagetag $variable
An image tag starting with + followed by A variable name starting with $
.top-appbar +imagetag "text" !set:icon
An image tag starting with + followed by A quoted text string followed by An icon in format !set:name
.top-appbar +imagetag $variable !set:icon
An image tag starting with + followed by A variable name starting with $ followed by An icon in format !set:name
Valid sizes
tiny
small
medium
large
extra
Modifiers
goto
The .top-appbar
action supports the goto
modifier.
Examples
// Basic Usage
.top-appbar "Title"
// Using Variables
// Display dynamic content from variables
.top-appbar $title
Action code: 2330691349
Version: 0.6.4-8
Last updated: 2025-06-13