SideNav
This is a container for SideNav.
Can be themed with Theme.SideNav
in Theme.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
agent-desktop | React component | start | Agent desktop view side link. Displays a `SideLink` component with the `Agent` icon and `AgentBold` icon when active | |
teams | React component | Visible only if user is supervisor or admin | start | Teams view side link. Displays a `SideLink` component with the `Agents` icon and `AgentsBold` icon when active |
Static Properties#
Name | Description | Type |
---|---|---|
Content | Dynamic content store | DynamicContentStore.<SideNav.SideNavChildrenProps> |
AgentDesktop | Agent desktop view link component | SideLinkAgentDesktop |
Teams | Teams view link component | SideLinkTeams |
QueuesStats | Queues stats view link component | SideLinkQueuesStats |
QualityManagement | Quality Management view link component | SideLinkInsightsQualityManagement |
Dashboards | Dashboards view link component | SideLinkInsightsDashboards |
Analyze | Analyze view link component | SideLinkInsightsAnalyze |
Component Properties
reserveSpace?: boolean
Whether the SideNav is shown in compact mode.
children?: DynamicComponentChildren.<SideNavChildrenProps>
children