TaskListButtons
This is a container for TaskListButtons.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
accept | React component | Visible only if task it pending and is not outbound task | Button to accept task. Displays Accept icon | |
reject | React component | Visible only if task it pending and is not outbound task | Button to reject task. Displays Close icon | |
hold | React component | Visible only if the task is a call task and if a) task is a custom call but is not an outbound call or b) task is a regular Flex conference call and the participant count is 2 | Button to hold task. Displays either HoldOff or Hold to undhold or hold call | |
hangup | React component | Visible only is task is call task | Hangup task button. Displays either LeaveCall or Hangup depending on the type of call and the number of paritcipants |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<TaskListButtons.TaskContextProps> | Dynamic content store |
Rate this page