Visibility

Permission Condition

The Permission condition controls the visibility of a UI element based on the identity or role of the currently logged-in user. This allows you to grant or restrict access to interface components according to user-level permissions.

Use Cases

  • Show a button only to users with the “Admin” role
  • Hide configuration panels from standard users
  • Restrict sensitive controls to support staff or supervisors

Configuration

Permissions can be applied to:

  • Specific Users
  • Entire Roles (e.g. Admin, Operator, Guest)

Configuration is done via:

  • Settings > Users > Users
  • Settings > Users > Roles

Benefits

  • Enhances security by limiting access to sensitive functions
  • Provides a personalized UI experience for each user type
  • Supports complex, role-based interface logic

Use the Permission condition to enforce UI-level access control in multi-user environments.