Description of icon
Flex UI
API Reference

TaskCanvasTabs

This component renders the task canvas tabs.


Component children#

KeyComponentConditionAlignDescription
outboundConnectingOutboundCallCanvasVisible only if task is pending and is an outbound callTab for outbound call tasks. Displays the `ConnectingOutboundCallCanvas` component
incomingReact componentVisible only if task is pending and is not an outbound callTab for incoming voice tasks. Displays the `IncomingTaskCanvas` component. The tab label is the `TaskTabAgentIncomingLabel` template
callReact componentVisible only if task is a voice task and is not pendingTab for voice tasks. Displays the `CallCanvas` component
chatReact componentVisible only if task is chat task and is not pendingTab for chat tasks. Displays the `MessagingCanvas` component
infoReact componentTab for task info. Displays `TaskInfoPanel` component. The tab label is the `TaskTabAgentInfoLabel` template

Static Properties#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<TaskCanvasTabs.TaskCanvasTabsChildrenProps>
Content

Dynamic content store

DynamicContentStore.<TaskCanvasTabs.TaskCanvasTabsChildrenProps>

Need some help?