@veltdev/sdk 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -741,6 +741,17 @@ export declare class CommentElement {
|
|
|
741
741
|
* To disable bubble on pin hover
|
|
742
742
|
*/
|
|
743
743
|
public disableBubbleOnPinHover: () => void;
|
|
744
|
+
|
|
745
|
+
/**
|
|
746
|
+
* To enable multi thread mode
|
|
747
|
+
*/
|
|
748
|
+
public enableMultiThreadMode: () => void;
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* To disable multi thread mode
|
|
752
|
+
*/
|
|
753
|
+
public disableMultiThreadMode: () => void;
|
|
754
|
+
|
|
744
755
|
constructor();
|
|
745
756
|
/**
|
|
746
757
|
* Subscribe to comments on the current document.
|
|
@@ -1470,4 +1481,14 @@ export declare class CommentElement {
|
|
|
1470
1481
|
* To disable bubble on pin hover
|
|
1471
1482
|
*/
|
|
1472
1483
|
private _disableBubbleOnPinHover;
|
|
1484
|
+
|
|
1485
|
+
/**
|
|
1486
|
+
* To enable multi thread mode
|
|
1487
|
+
*/
|
|
1488
|
+
private _enableMultiThreadMode;
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* To disable multi thread mode
|
|
1492
|
+
*/
|
|
1493
|
+
private _disableMultiThreadMode;
|
|
1473
1494
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|