@univerjs/preset-sheets-thread-comment
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
TypeScript
import { UniverSheetsThreadCommentPreset } from '@univerjs/preset-sheets-thread-comment'createUniver({ presets: [ UniverSheetsThreadCommentPreset(), ],})The preset registers the shared thread-comment UI, the Sheets comment model, and the Sheets comment UI in that order. The result adds cell comments, comment rendering, menus, and the shared comment panel.
The preset currently has no configuration options. Collaboration persistence is configured separately with @univerjs-pro/thread-comment-datasource.
你觉得这篇文档如何?