@univerjs/thread-comment-ui v0.5.0-beta.1 • Docs
Type Alias: ActiveCommentInfo
type ActiveCommentInfo: Nullable<{
commentId: string;
subUnitId: string;
trigger: string;
unitId: string;
}>;
Type declaration
Name | Type | Defined in |
---|---|---|
commentId | string | thread-comment-ui/src/services/thread-comment-panel.service.ts:22 |
subUnitId | string | thread-comment-ui/src/services/thread-comment-panel.service.ts:22 |
trigger ? | string | thread-comment-ui/src/services/thread-comment-panel.service.ts:22 |
unitId | string | thread-comment-ui/src/services/thread-comment-panel.service.ts:22 |
Defined in
thread-comment-ui/src/services/thread-comment-panel.service.ts:22