Members
    
        
        
DynamicContentStore.<MainHeader.MainHeaderChildrenProps>
    
            
                
            
            # static readonly Content
    Dynamic content store
Type Definitions
    
        
        
MainHeader.MainHeaderProps
    
    
    
            
                # MainHeaderChildrenProps
    Properties of MainHeader.
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| incomingTasks | boolean | <optional> | Deprecated - Whether there are any incoming tasks or not. | 
| isLiveVoiceConnection | boolean | <optional> | Whether there is a live voice connection. | 
| Badge | Badge.BadgeProps | <optional> | Set of properties for internal Badge element. | 
# MainHeaderProps
    Properties of MainHeader.
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| logoUrl | string | <optional> | Logo URL shown in the main header. | 
| Badge | ComponentBadgeProps.<MainHeader.MainHeaderProps> | <optional> | Set of properties for internal Badge element. | 
| children | number | function | <optional> | Children of internal Badge component. | 
| isSideNavOpen | boolean | <optional> | Whether the Sidebar is open or not. | 
| children | DynamicComponentChildren.<MainHeader.MainHeaderChildrenProps> | <optional> | children |