Update API doc
This commit is contained in:
@@ -340,7 +340,7 @@ export interface RoomListCustomisations<Room> {
|
|||||||
|
|
||||||
// @public
|
// @public
|
||||||
export interface RoomListStoreApi {
|
export interface RoomListStoreApi {
|
||||||
getRooms(): Room[];
|
getRooms(): Watchable<Room[]>;
|
||||||
waitForReady(): Promise<void>;
|
waitForReady(): Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -364,7 +364,7 @@ export interface SpacePanelItemProps {
|
|||||||
|
|
||||||
// @public
|
// @public
|
||||||
export interface StoresApi {
|
export interface StoresApi {
|
||||||
getRoomListStore(): RoomListStoreApi;
|
roomListStore: RoomListStoreApi;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @public
|
// @public
|
||||||
|
|||||||
Reference in New Issue
Block a user