Members
    
        
        
Object.<{Content: DynamicContentStore.<ParticipantCanvas.ParticipantCanvasChildrenProps>}>
    
            
                # static readonly Actions
    Dynamic content properties for action buttons container
    
        
        
DynamicContentStore.<ParticipantCanvas.ParticipantCanvasChildrenProps>
    
            
                # static readonly Content
    Dynamic content store
    
        
        
Object.<{Content: DynamicContentStore.<ParticipantCanvas.ParticipantCanvasChildrenProps>}>
    
            
            # static readonly ListItem
    Dynamic content properties for List item
Type Definitions
    
        
        
ParticipantCanvas.ParticipantCanvasProps
    
    
    
            
                # ParticipantCanvasChildrenProps
    Properties of children in participant canvas.
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| theme.ParticipantsCanvas.ParticipantCanvas | Theme.ParticipantCanvasThemeProps | <optional> | theme. | 
# ParticipantCanvasProps
    Properties of participant canvas.
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| participant | ConferencesState.ConferenceParticipant | Represents a single participant of a conference. | |
| participantWidth | number | Represents width of the participant container. | |
| hideActions | boolean | <optional> | Identifies if the participant actions are hidden. | 
| listMode | boolean | <optional> | Identifies if the participant are rendered in list mode. |