Add api to hide widgets

This commit is contained in:
David Langley
2025-12-03 09:54:33 +00:00
parent 2d3b554649
commit f35357d3b3
2 changed files with 5 additions and 0 deletions
@@ -361,6 +361,7 @@ export interface RoomViewProps {
hideHeader?: boolean;
hidePinnedMessageBanner?: boolean;
hideRightPanel?: boolean;
hideWidgets?: boolean;
}
// @alpha @deprecated (undocumented)