@univerjsthread-comment-uitype-aliasesActivecommentinfo

@univerjs/thread-comment-ui v0.5.0-beta.1Docs


Type Alias: ActiveCommentInfo

type ActiveCommentInfo: Nullable<{
  commentId: string;
  subUnitId: string;
  trigger: string;
  unitId: string;
}>;

Type declaration

NameTypeDefined in
commentIdstringthread-comment-ui/src/services/thread-comment-panel.service.ts:22
subUnitIdstringthread-comment-ui/src/services/thread-comment-panel.service.ts:22
trigger?stringthread-comment-ui/src/services/thread-comment-panel.service.ts:22
unitIdstringthread-comment-ui/src/services/thread-comment-panel.service.ts:22

Defined in

thread-comment-ui/src/services/thread-comment-panel.service.ts:22