Dispatch participants
Dispatch participants action
Name | Description |
---|---|
component | dispatch-participants |
mode | direct, delegated, organizer, tracker |
options | options listed below |
Options
All options are true/false
Name | Description |
---|---|
showSummary | show summary details |
canAcceptAs | user can accept as others |
canAccept | user can accept as self |
canManageList | user can modify participant list |
Example
{
"component": "dispatch-participants",
"mode": "direct",
"condition": {
"rule": "user group includes [athlete]"
},
"query": "current user",
"styles": {
"borderRadius": 12
},
"options": {
"showSummary": false,
"chooser": false,
"canAccept": true,
"canAcceptAs": true
},
"description": "Athlete"
}