@univerjs-pro/boards-thread-comment
Element- and position-anchored thread comments and Facade methods for Univer Boards.
TypeScript
import { UniverBoardsThreadCommentPlugin } from '@univerjs-pro/boards-thread-comment'import '@univerjs-pro/boards-thread-comment/facade'univer.registerPlugin(UniverBoardsThreadCommentPlugin)const board = univerAPI.getActiveBoard()await board?.createPositionCommentAsync({ x: 320, y: 180 }, 'Review this area.')FBoard also exposes element-comment creation and local/synchronized comment queries.
Entry Points
- Facade:
@univerjs-pro/boards-thread-comment/facade
How is this guide?