@veltdev/sdk 2.0.9 → 2.0.11
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.
|
@@ -688,6 +688,12 @@ export declare class CommentElement {
|
|
|
688
688
|
* To disable area comment
|
|
689
689
|
*/
|
|
690
690
|
public disableAreaComment: () => void;
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* To set pin cursor image
|
|
694
|
+
* @param image image base64 string
|
|
695
|
+
*/
|
|
696
|
+
public setPinCursorImage: (image: string) => void;
|
|
691
697
|
constructor();
|
|
692
698
|
/**
|
|
693
699
|
* Subscribe to comments on the current document.
|
|
@@ -1367,4 +1373,10 @@ export declare class CommentElement {
|
|
|
1367
1373
|
* To disable area comment
|
|
1368
1374
|
*/
|
|
1369
1375
|
private _disableAreaComment;
|
|
1376
|
+
|
|
1377
|
+
/**
|
|
1378
|
+
* To set pin cursor image
|
|
1379
|
+
* @param image image base64 string
|
|
1380
|
+
*/
|
|
1381
|
+
private _setPinCursorImage;
|
|
1370
1382
|
}
|