@univerjs/thread-comment
v0.24.0
Published
Shared thread comment models, commands, and services for Univer.
Readme
@univerjs/thread-comment
@univerjs/thread-comment provides shared thread comment models, commands, and services that product-specific comment packages build on.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs/thread-comment | UniverThreadComment | No | No | No |
Installation
pnpm add @univerjs/thread-comment
# or
npm install @univerjs/thread-commentKeep all @univerjs/* packages on the same version.
Usage
import { UniverThreadCommentPlugin } from '@univerjs/thread-comment';
univer.registerPlugin(UniverThreadCommentPlugin);Integration Notes
Product-specific packages such as @univerjs/sheets-thread-comment and @univerjs/docs-thread-comment-ui build on this shared layer.
