@univerjs/sheets-thread-comment-ui
Thread comment UI integration for Univer Sheets.
TypeScript
import { UniverSheetsThreadCommentUIPlugin } from '@univerjs/sheets-thread-comment-ui'univer.registerPlugin(UniverSheetsThreadCommentUIPlugin, IUniverSheetsThreadCommentUIConfig)For mobile applications, register UniverSheetsThreadCommentMobileUIPlugin instead:
TypeScript
import { UniverSheetsThreadCommentMobileUIPlugin } from '@univerjs/sheets-thread-comment-ui'univer.registerPlugin(UniverSheetsThreadCommentMobileUIPlugin)Entry Points
- Locale:
@univerjs/sheets-thread-comment-ui/locale/*
IUniverSheetsThreadCommentUIConfig
TypeScript
import type { DependencyOverride } from '@univerjs/core'import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsThreadCommentUIConfig { menu?: MenuConfig overrides?: DependencyOverride}How is this guide?