# @univerjs/docs-thread-comment-ui

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-thread-comment-ui](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-thread-comment-ui)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-thread-comment-ui.md](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/docs-thread-comment-ui.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs/docs-thread-comment-ui.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs/docs-thread-comment-ui.mdx)

---

Thread comment UI integration for Univer Docs.

```typescript
// [!code word:UniverDocsThreadCommentUIPlugin]
// [!code word:IUniverDocsThreadCommentUIConfig]
import { UniverDocsThreadCommentUIPlugin } from '@univerjs/docs-thread-comment-ui'

univer.registerPlugin(UniverDocsThreadCommentUIPlugin, IUniverDocsThreadCommentUIConfig)
```

## Entry Points

* Locale: `@univerjs/docs-thread-comment-ui/locale/*`

## IUniverDocsThreadCommentUIConfig

```ts
import type { MenuConfig } from '@univerjs/ui'

export interface IUniverDocsThreadCommentUIConfig {
  menu?: MenuConfig
}
```
