Dialogs

The dialogs can be used to communicate information attentively. In doing so, the same interactions can also be performed by the user.

Note: At the moment, multilingual texts are not supported.

There are three types of components for this purpose.

Component Priority User Actions
Snackbar Low Optional: The snackbar disappears after a certain time on its own.
Banner Noticeable, Medium Optional: The banner remains until it is confirmed by the user.
Dialog High Required: The dialog blocks the visualization until it is confirmed or closed by the user.

Using Actions

The actions are performed by connecting action function blocks to the ACT# inputs.

If multiple actions should be executed simultaneously, multiple function blocks can be connected in series to the TEXT input. The following principles apply:

  • The last function block has the highest priority.
  • The color is overwritten by the next function block if it was defined.
  • The button is only displayed if an action can be performed.

Subordinate Pages