@veltdev/sdk 1.0.63 → 1.0.64
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.
|
@@ -466,6 +466,12 @@ export declare class CommentElement {
|
|
|
466
466
|
* To disable user mentions in comments
|
|
467
467
|
*/
|
|
468
468
|
public disableUserMentions: () => void;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* To apply filters on comment sidebar.
|
|
472
|
+
* @param filters Filters to be applied on comment sidebar
|
|
473
|
+
*/
|
|
474
|
+
public setCommentSidebarFilters: (filters: any) => void;
|
|
469
475
|
constructor();
|
|
470
476
|
/**
|
|
471
477
|
* Subscribe to comments on the current document.
|
|
@@ -925,4 +931,10 @@ export declare class CommentElement {
|
|
|
925
931
|
* To disable user mentions in comments
|
|
926
932
|
*/
|
|
927
933
|
private _disableUserMentions;
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* To apply filters on comment sidebar.
|
|
937
|
+
* @param filters Filters to be applied on comment sidebar
|
|
938
|
+
*/
|
|
939
|
+
private _setCommentSidebarFilters;
|
|
928
940
|
}
|