mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Merge pull request #148 from element-hq/langleyd/hideWidgets
EW module APi: add hideWidgets props to RoomViewProps
This commit is contained in:
commit
84123065a7
@ -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