More doc
This commit is contained in:
@@ -319,7 +319,6 @@ export interface RoomListCustomisations<Room> {
|
|||||||
|
|
||||||
// @alpha
|
// @alpha
|
||||||
export interface RoomViewProps {
|
export interface RoomViewProps {
|
||||||
// (undocumented)
|
|
||||||
roomId?: string;
|
roomId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
* @alpha Subject to change.
|
* @alpha Subject to change.
|
||||||
*/
|
*/
|
||||||
export interface RoomViewProps {
|
export interface RoomViewProps {
|
||||||
|
/**
|
||||||
|
* The ID of the room to render.
|
||||||
|
*/
|
||||||
roomId?: string;
|
roomId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user