@veltdev/sdk 1.0.36 → 1.0.37
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.
|
@@ -501,6 +501,11 @@ export declare class CommentElement {
|
|
|
501
501
|
* To get data when comment is updated.
|
|
502
502
|
*/
|
|
503
503
|
public onCommentUpdate: () => Observable<any>;
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* To add comment on selected text.
|
|
507
|
+
*/
|
|
508
|
+
public addCommentOnSelectedText: () => void;
|
|
504
509
|
constructor();
|
|
505
510
|
/**
|
|
506
511
|
* Subscribe to comments on the current document.
|
|
@@ -995,4 +1000,9 @@ export declare class CommentElement {
|
|
|
995
1000
|
* To get data when comment is updated.
|
|
996
1001
|
*/
|
|
997
1002
|
private _onCommentUpdate;
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* To add comment on selected text.
|
|
1006
|
+
*/
|
|
1007
|
+
private _addCommentOnSelectedText;
|
|
998
1008
|
}
|