Component description
The settings property configures the behavior of a panel.
Minimal JSON
{}{
"type": "panel",
"settings": {
"visibleToRoles": [
"ADMIN"
],
"defaultOpen": false
}
}Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
visibleToRoles | Array of selected Dawiso user roles who can see the panel. Supported values are: ADMIN, CONTRIBUTOR, VIEWER | array of strings | No |
defaultOpen | Determines whether the panel is open by default. | boolean | No |