@univerjs/thread-comment-ui v0.5.4
Type Alias: ActiveCommentInfo
type ActiveCommentInfo = Nullable<{
commentId: string;
subUnitId: string;
trigger: string;
unitId: string;
}>;
Defined in: thread-comment-ui/src/services/thread-comment-panel.service.ts:22