mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Add api to hide widgets
This commit is contained in:
parent
2d3b554649
commit
f35357d3b3
@ -361,6 +361,7 @@ export interface RoomViewProps {
|
||||
hideHeader?: boolean;
|
||||
hidePinnedMessageBanner?: boolean;
|
||||
hideRightPanel?: boolean;
|
||||
hideWidgets?: boolean;
|
||||
}
|
||||
|
||||
// @alpha @deprecated (undocumented)
|
||||
|
||||
@ -26,6 +26,10 @@ export interface RoomViewProps {
|
||||
* If true, the pinned message banner will be hidden.
|
||||
*/
|
||||
hidePinnedMessageBanner?: boolean;
|
||||
/**
|
||||
* If true, the widgets will be hidden.
|
||||
*/
|
||||
hideWidgets?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user