We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833be72 commit 0b38fa8Copy full SHA for 0b38fa8
packages/element-web-module-api/element-web-module-api.api.md
@@ -340,7 +340,7 @@ export interface RoomListCustomisations<Room> {
340
341
// @public
342
export interface RoomListStoreApi {
343
- getRooms(): Room[];
+ getRooms(): Watchable<Room[]>;
344
waitForReady(): Promise<void>;
345
}
346
@@ -364,7 +364,7 @@ export interface SpacePanelItemProps {
364
365
366
export interface StoresApi {
367
- getRoomListStore(): RoomListStoreApi;
+ roomListStore: RoomListStoreApi;
368
369
370
0 commit comments