@univerjs/thread-comment-ui
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}How is this guide?