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  SideLinkcomponent with theAgenticon andAgentBoldicon when active | |
| teams | React component | Visible only if user is supervisor or admin | start | Teams view side link. Displays a  SideLinkcomponent with theAgentsicon andAgentsBoldicon when active | 
| queues-stats | React component | Visible only if user is supervisor or admin | start | Queues stats side link. Displays a  SideLinkcomponent with theQueuesicon andQueuesBoldicon when active | 
| dashboards | React component | Visible only if user has insights enabled | start | Dashboards side link. Displays a  SideLinkcomponent with theDashboardsicon andDashboardsBoldicon when active | 
| analyze | React component | Visible only if user has insights enabled | start | Analyze side link. Displays a  SideLinkcomponent with theAnalyzeicon andAnalyzeBoldicon when active | 
| quality-management | React component | Visible only if user has insights enabled | start | Quality management/questionnaires side link. Displays a  SideLinkcomponent with theQuestionnairesicon andQuestionnairesBoldicon when active | 
| inspections | React component | Visible only if user has insights enabled | start | Inspections side link. Displays a  SideLinkcomponent with theInspectionsicon andInspectionsBoldicon when active | 
| agents | React component | Visible only if user has insights enabled | start | Agents side link. Displays a  SideLinkcomponent with theAgentsViewicon andAgentsViewBoldicon when active | 
| speech-searches | React component | Visible only if user has insights enabled | start | Speech searches side link. Displays a  SideLinkcomponent with theSpeechSearchesicon andSpeechSearchesBoldicon when active | 
Static Properties#
| Name | Type | Description | 
|---|---|---|
| defaultProps | SideNavProps | Default properties | 
| Content | DynamicContentStore<SideNav.SideNavChildrenProps> | Dynamic content store | 
| AgentDesktop | SideLinkAgentDesktop | Agent desktop view link component | 
| Teams | SideLinkTeams | Teams view link component | 
| QueuesStats | SideLinkQueuesStats | Queues stats view link component | 
| QualityManagement | SideLinkInsightsQualityManagement | Quality Management view link component | 
| Dashboards | SideLinkInsightsDashboards | Dashboards view link component | 
| Analyze | SideLinkInsightsAnalyze | Analyze view link component | 
Component Properties#
| Name | Type | Description | Optional | Default | 
|---|---|---|---|---|
| reserveSpace | boolean | Whether the SideNav is shown in compact mode. | Yes | |
| children | DynamicComponentChildren<SideNavChildrenProps> | children | Yes | 
Component Children Properties#
| Name | Type | Description | Optional | Default | 
|---|---|---|---|---|
| incomingTasks | boolean | Whether there are incoming tasks or not. If there are, the SideNav shows an indicator in the agent-desktop icon. | Yes | |
| isOpen | boolean | Whether the Sidebar is open or not. | Yes | |
| activeView | string | Represents the current active view. | Yes | 
Rate this page