Components

SideNav

<SideNav {...SideNav.SideNavProps} />

This is a container for SideNav. Can be themed with [theme.SideNav]

Component children

These below are list of children
Key Condition Type 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 Visible only if user is supervisor or admin React component start Teams view side link. Displays a `SideLink` component with the `Agents` icon and `AgentsBold` icon when active

Members

SideLinkAgentDesktop

# static readonly AgentDesktop

Agent desktop view link component
DynamicContentStore.<SideNav.SideNavChildrenProps>

# static readonly Content

Dynamic content store
SideLinkTeams

# static readonly Teams

Teams view link component

Type Definitions

SideNav.SideNavProps

# SideNavChildrenProps

Properties of SideNav.
Properties:
Name Type Attributes Description
incomingTasks boolean <optional>
Whether there are incoming tasks or not. If there are, the SideNav shows an indicator in the agent-desktop icon.
isOpen boolean <optional>
Whether the Sidebar is open or not.
activeView string <optional>
Represents the current active view.

# SideNavProps

Properties of SideNav.
Properties:
Name Type Attributes Description
reserveSpace boolean <optional>
Whether the SideNav is shown in compact mode.
children DynamicComponentChildren.<SideNav.SideNavChildrenProps> <optional>
children