@univerjs/thread-comment-ui v0.4.2 • Docs
Type Alias: ActiveCommentInfo
type ActiveCommentInfo: Nullable<{
commentId: string;
subUnitId: string;
trigger: string;
unitId: string;
}>;
Type declaration
Defined in
packages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)