Update api doc
This commit is contained in:
@@ -50,7 +50,8 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
|
|||||||
|
|
||||||
// @alpha
|
// @alpha
|
||||||
export interface BuiltinsApi {
|
export interface BuiltinsApi {
|
||||||
getRoomViewComponent(): React.ComponentType<RoomViewProps>;
|
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
|
||||||
|
renderRoomView(roomId: string): React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @alpha @deprecated (undocumented)
|
// @alpha @deprecated (undocumented)
|
||||||
|
|||||||
Reference in New Issue
Block a user