@univerjs-pro/boards-thread-comment
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
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
你觉得这篇文档如何?