@veltdev/sdk 1.0.49 → 1.0.51
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.
|
@@ -564,6 +564,16 @@ export declare class CommentElement {
|
|
|
564
564
|
* To disable private comment mode.
|
|
565
565
|
*/
|
|
566
566
|
public disablePrivateCommentMode: () => void;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* To enable scroll to comment component.
|
|
570
|
+
*/
|
|
571
|
+
public enableScrollToComponent: () => void;
|
|
572
|
+
|
|
573
|
+
/**
|
|
574
|
+
* To disable scroll to comment component.
|
|
575
|
+
*/
|
|
576
|
+
public disableScrollToComponent: () => void;
|
|
567
577
|
constructor();
|
|
568
578
|
/**
|
|
569
579
|
* Subscribe to comments on the current document.
|
|
@@ -1121,4 +1131,14 @@ export declare class CommentElement {
|
|
|
1121
1131
|
* To disable private comment mode.
|
|
1122
1132
|
*/
|
|
1123
1133
|
private _disablePrivateCommentMode;
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* To enable scroll to comment component.
|
|
1137
|
+
*/
|
|
1138
|
+
private _enableScrollToComponent;
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* To disable scroll to comment component.
|
|
1142
|
+
*/
|
|
1143
|
+
private _disableScrollToComponent;
|
|
1124
1144
|
}
|