Skip to main content

Text

The Text element allows displaying static or dynamic labels on the synoptic. It is essential for adding titles, descriptions, units of measurement, or visualizing read-only variable values simply.

Properties marked with bolt allow dynamization from an expression with variables.

General

Basic identification and position configuration.

Name (string)

Unique identifier of the element.

Description (string)

Optional descriptive text.

X bolt (number)

Horizontal position in pixels.

Y bolt (number)

Vertical position in pixels.

Z bolt (number)

Depth index (z-index).

Width bolt (number)

Width of the element in pixels.

Height bolt (number)

Height of the element in pixels.

Text bolt (string)

Content of the text to display.

Style

Visual customization of the component.

Disabled bolt (boolean)

Disables user interaction.

Hidden bolt (boolean)

Makes the element invisible.

Color bolt (color)

Text color.

Background Color bolt (color)

Container background color.

Border Color bolt (color)

Defines the color for all 4 borders.

Font Size bolt (number)

Text size in pixels.

Border Width bolt (number)

Border thickness in pixels.

Font Weight (number)

Typography weight (400, 700, etc.).

Horizontal Alignment bolt (string)

Text alignment (Left, Center, Right).

Vertical Alignment bolt (string)

Vertical alignment (Top, Center, Bottom).

Border Style bolt (string)

Stroke type (Solid, Dotted, etc.).

Border Radius bolt (number)

Corner rounding.

Rotate bolt (number)

Rotation angle in degrees.

Transition (string)

CSS transition definition.

Shadow bolt (string)

Allows selecting a predefined shadow level (None, Small, Medium, Large).

Advanced

Interaction behavior and event configuration.

Language Text (Array)

Allows defining a specific label for each configured runtime language. If no translation exists for the current language, the value of the Text property (General) will be displayed.