We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f88d5 commit 733e8e7Copy full SHA for 733e8e7
javascript/src/api.ts
@@ -97,7 +97,7 @@ export interface IDocumentProvider extends IDisposable {
97
/**
98
* Connect the shared document to a room with given ID (disconnect from previous room).
99
*/
100
- connect(roomId: string): void;
+ connect(roomId: string, merge?: boolean): void;
101
}
102
103
0 commit comments