Members
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 |