@veltdev/sdk 1.0.66 → 1.0.67
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.
|
@@ -472,6 +472,16 @@ export declare class CommentElement {
|
|
|
472
472
|
* @param filters Filters to be applied on comment sidebar
|
|
473
473
|
*/
|
|
474
474
|
public setCommentSidebarFilters: (filters: any) => void;
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* To enable comment pin highlighter.
|
|
478
|
+
*/
|
|
479
|
+
public enableCommentPinHighlighter: () => void;
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* To disable comment pin highlighter.
|
|
483
|
+
*/
|
|
484
|
+
public disableCommentPinHighlighter: () => void;
|
|
475
485
|
constructor();
|
|
476
486
|
/**
|
|
477
487
|
* Subscribe to comments on the current document.
|
|
@@ -937,4 +947,14 @@ export declare class CommentElement {
|
|
|
937
947
|
* @param filters Filters to be applied on comment sidebar
|
|
938
948
|
*/
|
|
939
949
|
private _setCommentSidebarFilters;
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* To enable comment pin highlighter.
|
|
953
|
+
*/
|
|
954
|
+
private _enableCommentPinHighlighter;
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* To disable comment pin highlighter.
|
|
958
|
+
*/
|
|
959
|
+
private _disableCommentPinHighlighter;
|
|
940
960
|
}
|