Description of icon
Flex UI
API Reference

AgentDesktopView

Agent Desktop View


Component children#

KeyComponentConditionAlignDescription
splitterReact componentstartSplitter container. Renders the left and right panel of the agent desktop view or just either, if the other one is hidden

Static Properties#

NameDescriptionType
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

Need some help?