projects/openvidu-components-angular/src/lib/models/panel.model.ts
Interface representing a panel event
Properties |
|
| isOpened |
isOpened:
|
Type : boolean
|
|
Indicates whether the panel is currently opened. |
| panelType |
panelType:
|
Type : PanelType | string
|
| Optional |
|
The type of the panel. For example: 'chat', 'participants', 'settings', 'activities', etc. |
| previousPanelType |
previousPanelType:
|
Type : PanelType | string
|
| Optional |
|
The previous type of the panel before any changes. |
| subOptionType |
subOptionType:
|
Type : string
|
| Optional |
|
Additional information for the 'activities' and 'settings' panel, specifying the sub-option to be displayed. |