Merge pull request #148 from element-hq/langleyd/hideWidgets
EW module APi: add hideWidgets props to RoomViewProps
This commit is contained in:
@@ -361,6 +361,7 @@ export interface RoomViewProps {
|
|||||||
hideHeader?: boolean;
|
hideHeader?: boolean;
|
||||||
hidePinnedMessageBanner?: boolean;
|
hidePinnedMessageBanner?: boolean;
|
||||||
hideRightPanel?: boolean;
|
hideRightPanel?: boolean;
|
||||||
|
hideWidgets?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @alpha @deprecated (undocumented)
|
// @alpha @deprecated (undocumented)
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ export interface RoomViewProps {
|
|||||||
* If true, the pinned message banner will be hidden.
|
* If true, the pinned message banner will be hidden.
|
||||||
*/
|
*/
|
||||||
hidePinnedMessageBanner?: boolean;
|
hidePinnedMessageBanner?: boolean;
|
||||||
|
/**
|
||||||
|
* If true, the widgets will be hidden.
|
||||||
|
*/
|
||||||
|
hideWidgets?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user