@veltdev/sdk-staging 4.6.6 → 4.6.7-beta.1
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.
|
@@ -56,6 +56,12 @@ export declare class SelectionElement {
|
|
|
56
56
|
*/
|
|
57
57
|
getLiveSelectionData: () => Observable<LiveSelectionData | null>;
|
|
58
58
|
|
|
59
|
+
/**
|
|
60
|
+
* To set inactivity time (Default value is 5 minutes)
|
|
61
|
+
* @param time inactivity time in milliseconds
|
|
62
|
+
*/
|
|
63
|
+
setInactivityTime: (time: number) => void;
|
|
64
|
+
|
|
59
65
|
constructor();
|
|
60
66
|
|
|
61
67
|
/**
|
|
@@ -112,4 +118,10 @@ export declare class SelectionElement {
|
|
|
112
118
|
* To get live selection data
|
|
113
119
|
*/
|
|
114
120
|
private _getLiveSelectionData;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* To set inactivity time (Default value is 5 minutes)
|
|
124
|
+
* @param time inactivity time in milliseconds
|
|
125
|
+
*/
|
|
126
|
+
private _setInactivityTime;
|
|
115
127
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.7-beta.1",
|
|
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": [
|