AgentDesktopView
Agent Desktop View
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
splitter | React component | start | Splitter container. Renders the left and right panel of the agent desktop view or just either, if the other one is hidden |
Static Properties#
Name | Description | Type |
---|---|---|
Content | Dynamic content store | DynamicContentStore.<AgentDesktopView.AgentDesktopViewChildrenProps> |
Panel1 | Shortcut for Panel1 component | Panel1 |
Panel2 | Shortcut for Panel2 component | Panel2 |
defaultProps | Default properties | AgentDesktopView.AgentDesktopViewProps |
Component Properties
selectedTaskSid?: string
SID of the currently selected task
splitterOptions?: AgentDesktopView.SplitterProps
Options to customise panels sizes
showPanel2?: boolean
If set to false, this flag hides the second panel of the view
route: RouteComponentProps
Routing object
children?: DynamicContentStore.DynamicComponentChildren.<AgentDesktopView.AgentDesktopViewChildrenProps>
children