@univerjs/thread-comment

GitHubEdit on GitHub

Shared thread comment models, commands, and services for Univer.

import { UniverThreadCommentPlugin } from '@univerjs/thread-comment'

univer.registerPlugin(UniverThreadCommentPlugin, IUniverThreadCommentConfig)

IUniverThreadCommentConfig

import type { DependencyOverride } from '@univerjs/core'

export interface IUniverThreadCommentConfig {
  overrides?: DependencyOverride
}