Actions on boards
Design
Â
Default Behaviour(s)
Â
The user can access action list on board hover, including :
Note that edit, add collaborators and delete actions are only available for board’s owner (creator)
Â
Advanced Configuration
Actions are configured in $board.explore.actions
as an array of actions.
Default value is :
[
"boardEdit",
"boardAddCollaborator",
"boardShare",
"downloadSelection",
"boardRemove"
]