mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Update doc
This commit is contained in:
parent
74acfb84aa
commit
879c5c47f6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user