(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Dashboard Navigation

Overview

Horizontal and vertical Navigation Dashboard

Specs

Tokens

Token Description
displayName Display name of the component shown in the structure panel.
direction Orientation of the navigation steps, horizontal or vertical.
dashboards List of dashboards to include and their order.
paddingClass CSS spacing classes applied around the component.
events Configures events the component can trigger or respond to.
ON_INIT (Events) Triggered when the component is initialized.
ON_DESTROY (Events) Triggered when the component is removed from the DOM.
visibilityPolicySetId Determines visibility based on policy sets.
displayConditions Defines conditions for displaying the component.
dataTestId Testing hook ID for automated testing.
enableAsHotspot Enables the component as a guided tour hotspot.
guidedTourHotSpotTitle Title for the guided tour hotspot, supports translations.
guidedTourHotSpotDescription Description for the guided tour hotspot, supports translations.

Structure

(Configured in Visibility Properties)

(Configured in Visual Properties)

Dashboard Configuration menu

Styling

(Configured in Visual Properties)

Visual Properties Tab

Actions & Variants

(Configured in Event Actions Properties)

Tests

(Configured in Testing Hooks Properties)

Authorization

(Configured in Authorization Properties)

Links

Guidelines

General Guidelines

Guidelines visualized

Usage

Sizing & Layout

Visibility & Authorization

Paired Do & Don’t

Do Don’t Article setting(s)
Define all destinations and their order once during initialization to keep navigation stable. Reorder items unpredictably during usage. dashboards, events.ON_INIT
Combine conditional rules into a single, mutually exclusive predicate to prevent flicker. Use overlapping displayConditions that rapidly toggle visibility. displayConditions

Accessibility