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

Boardlet

Overview

General Overview for Boardlets

Specs

General Tokens

Token Description
boardletNameTranslations Localized boardlet name.
boardletType Visual style: Normal or Ghost.
layout Element arrangement: horizontal or vertical.
scrollingEnabled Enables internal scrolling.
showHeader Shows the header section.
showFooter Shows the footer section.
elements Defines header, body, and footer components.
visibilityPolicySetId Visibility controlled by policy set.
dataTestId Testing hook identifier.
events Configures component events.
ON_INIT (Events) Triggered on initialization.
ON_DESTROY (Events) Triggered on removal.

Boardlet Sections Tokens

Token Description
titleTranslations/title Main heading text; translatable.
moreIconVisible Shows overflow menu icon.
leftIcon Optional left icon.
rightIcon Optional right icon.
elements Components placed in the header.
layout Header element layout.

Structure

(Configured in General Properties)

Header

Appears at the top of the boardlet and typically includes:

Body

The body section is the main content area of the boardlet and can contain any combination of components:

Footer

The footer section appears at the bottom of the boardlet and typically includes action buttons:

Boardlet sturcture visualised

Styling

(Configured in Visual Properties)

Visual Properties tab

Actions & Variants

(Configured in Events)

(Configured in Visual Properties)

Tests

(Configured in Testing Hooks)

Authorization

(Configured in Authorization)

Guidelines

Header / Toolbar

Footer

Example styling of the Boardlet Header and Footer

Accessibility

[NO DATA AVAILABLE]