Update doc
This commit is contained in:
@@ -289,11 +289,18 @@ export class ModuleLoader {
|
||||
|
||||
// @public
|
||||
export interface NavigationApi {
|
||||
openRoom(roomIdOrAlias: string, opts?: OpenRoomOptions): void;
|
||||
// @alpha
|
||||
registerLocationRenderer(path: string, renderer: LocationRenderFunction): void;
|
||||
toMatrixToLink(link: string, join?: boolean): Promise<void>;
|
||||
}
|
||||
|
||||
// @public
|
||||
export interface OpenRoomOptions {
|
||||
autoJoin?: boolean;
|
||||
viaServers?: string[];
|
||||
}
|
||||
|
||||
// @alpha
|
||||
export type OriginalMessageComponentProps = {
|
||||
showUrlPreview?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user