# @univerjs-pro/shape-thread-comment

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

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

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

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

---

Facade methods for comments anchored to images, charts, and Shapes in Sheets, Docs, Slides, and Boards.

```typescript
import { UniverShapeThreadCommentPlugin } from '@univerjs-pro/shape-thread-comment'

import '@univerjs-pro/shape-thread-comment/facade'

univer.registerPlugin(UniverShapeThreadCommentPlugin)

const image = univerAPI.getActiveWorkbook()?.getActiveSheet()?.getImages()[0]
await image?.createCommentAsync('Replace this image.', { id: 'review-image-1' })
```

The Facade entry adds `createCommentAsync()`, `getComments()`, and `listCommentsAsync()` to supported element Facades.

## Entry Points

* Facade: `@univerjs-pro/shape-thread-comment/facade`
