API Reference
@univerjs
@univerjs/thread-comment-ui
type-aliases
Activecommentinfo

@univerjs/thread-comment-ui v0.3.0Docs


Type Alias: ActiveCommentInfo

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

Type declaration

NameTypeDefined in
commentIdstringpackages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)
subUnitIdstringpackages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)
triggerstringpackages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)
unitIdstringpackages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)

Defined in

packages/thread-comment-ui/src/services/thread-comment-panel.service.ts:22 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.