Files
univer/packages/thread-comment

@univerjs/thread-comment

npm version license downloads

@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-comment

Keep 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.

Resources