Skip to content

Roster

Description

Display a user list with user details.

Attributes

  • tile: roster
  • title
  • query: Valid users query
  • display: [Objects]
    • height: List container height

Example

{
  "tile": "roster",
  "title": "Roster Tile testing",
  "query": "all users",
  "display": {
    "height": 500
  }
}