.navigation-bar
element
(.navbar)
The .navigation-bar
action a navigation bar with text and a chevron on the right. Used to drill down into more detailed info. It belongs to the navigation category within the interaction area.
Action Syntax
.navigation-bar "text" [file]
A quoted text string followed by A file reference
.navigation-bar $variable [file]
A variable name starting with $ followed by A file reference
.navigation-bar !set:icon "text" [file]
An icon in format !set:name followed by A quoted text string followed by A file reference
.navigation-bar !set:icon $variable [file]
An icon in format !set:name followed by A variable name starting with $ followed by A file reference
.navigation-bar +imagetag "text" [file]
An image tag starting with + followed by A quoted text string followed by A file reference
.navigation-bar +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
.navigation-bar "text" [block]
// Using Variables
// Display dynamic content from variables
.navigation-bar $text [block]
Action code: 664098549
Version: 0.6.4
Last updated: 2025-06-13