API 参考

@univerjs/thread-comment-ui

本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。

Shared thread comment UI components and services for Univer.

TypeScript
import { UniverThreadCommentUIPlugin } from '@univerjs/thread-comment-ui'univer.registerPlugin(UniverThreadCommentUIPlugin, IUniverThreadCommentUIConfig)

For mobile applications, register UniverThreadCommentMobileUIPlugin instead:

TypeScript
import { UniverThreadCommentMobileUIPlugin } from '@univerjs/thread-comment-ui'univer.registerPlugin(UniverThreadCommentMobileUIPlugin)

Entry Points

  • Locale: @univerjs/thread-comment-ui/locale/*

IUniverThreadCommentUIConfig

TypeScript
import type { DependencyOverride } from '@univerjs/core'import type { MenuConfig } from '@univerjs/ui'export interface IUniverThreadCommentUIConfig {  overrides?: DependencyOverride  menu?: MenuConfig}

你觉得这篇文档如何?

© 2026 DreamNum Co., Ltd.