Components

SideNav

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

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

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