Skip to content

Commit 91efe7e

Browse files
committed
More doc
1 parent 081c33b commit 91efe7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/element-web-module-api/element-web-module-api.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export interface RoomListCustomisations<Room> {
319319

320320
// @alpha
321321
export interface RoomViewProps {
322-
// (undocumented)
323322
roomId?: string;
324323
}
325324

packages/element-web-module-api/src/api/builtins.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please see LICENSE files in the repository root for full details.
1010
* @alpha Subject to change.
1111
*/
1212
export interface RoomViewProps {
13+
/**
14+
* The ID of the room to render.
15+
*/
1316
roomId?: string;
1417
}
1518

0 commit comments

Comments
 (0)