Component description

The settings property configures the behavior of a panel.

Minimal JSON

{}
{
  "type": "panel",
  "settings": {
    "visibleToRoles": [
      "ADMIN"
    ],
    "defaultOpen": false
  }
}

Nested properties

PropertyDescriptionValuesMandatory
visibleToRolesArray of selected Dawiso user roles who can see the panel. Supported values are: ADMIN, CONTRIBUTOR, VIEWERarray of stringsNo
defaultOpenDetermines whether the panel is open by default.booleanNo