feat: add headless workspace comment class (#7916)

* feat: add empty definitions for comment class

* feat: implement constructor

* feat: add method implementations

* feat: add own properties

* chore: add tsdoc

* fix: typos

* chore: cleanup TODOs
This commit is contained in:
Beka Westberg
2024-03-15 18:36:10 +00:00
committed by GitHub
parent b70da6d3de
commit 8fc439f090
2 changed files with 169 additions and 0 deletions

View File

@@ -5,3 +5,4 @@
*/
export {CommentView} from './comments/comment_view.js';
export {WorkspaceComment} from './comments/workspace_comment.js';