Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite

USER

Code Block
system.user (Instance)

This attribute contains a relation to the active user instance (@User@). The active user contains the following attributes.

Code Block
system.user.id (String)
system.user.Roles (List)
system.user.teams (List)
system.user.userName (String)
system.user.tenant (String)

These properties are extracted from the UserData object which is filled from the Spring Security Authentication mechanism. See Runtime Authentication

Panel
bgColorwhite

CHANNEL

Code Block
system.channel (String)

This attribute contains the current device channel. This value can be unknown if no channel has been selected.

...