@univerjs/thread-comment
Shared thread comment models, commands, and services for Univer.
TypeScript
import { UniverThreadCommentPlugin } from '@univerjs/thread-comment'univer.registerPlugin(UniverThreadCommentPlugin, IUniverThreadCommentConfig)IUniverThreadCommentConfig
TypeScript
import type { DependencyOverride } from '@univerjs/core'export interface IUniverThreadCommentConfig { overrides?: DependencyOverride}How is this guide?