mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Update API doc
This commit is contained in:
parent
4ee9b05608
commit
4381032d63
@ -340,7 +340,7 @@ export interface RoomListCustomisations<Room> {
|
||||
|
||||
// @public
|
||||
export interface RoomListStoreApi {
|
||||
getRooms(): Room[];
|
||||
getRooms(): Watchable<Room[]>;
|
||||
waitForReady(): Promise<void>;
|
||||
}
|
||||
|
||||
@ -364,7 +364,7 @@ export interface SpacePanelItemProps {
|
||||
|
||||
// @public
|
||||
export interface StoresApi {
|
||||
getRoomListStore(): RoomListStoreApi;
|
||||
roomListStore: RoomListStoreApi;
|
||||
}
|
||||
|
||||
// @public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user