@veltdev/sdk 1.0.77 → 1.0.79

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.
@@ -482,6 +482,16 @@ export declare class CommentElement {
482
482
  * To disable comment pin highlighter.
483
483
  */
484
484
  public disableCommentPinHighlighter: () => void;
485
+
486
+ /**
487
+ * To enable deleting comment on backspace.
488
+ */
489
+ public enableDeleteOnBackspace: () => void;
490
+
491
+ /**
492
+ * To disable deleting comment on backspace.
493
+ */
494
+ public disableDeleteOnBackspace: () => void;
485
495
  constructor();
486
496
  /**
487
497
  * Subscribe to comments on the current document.
@@ -957,4 +967,14 @@ export declare class CommentElement {
957
967
  * To disable comment pin highlighter.
958
968
  */
959
969
  private _disableCommentPinHighlighter;
970
+
971
+ /**
972
+ * To enable deleting comment on backspace.
973
+ */
974
+ private _enableDeleteOnBackspace;
975
+
976
+ /**
977
+ * To disable deleting comment on backspace.
978
+ */
979
+ private _disableDeleteOnBackspace;
960
980
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {