API Reference
@univerjs
@univerjs/thread-comment-ui
interfaces
Ithreadcommentpanelprops

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


Interface: IThreadCommentPanelProps

Properties

PropertyTypeDefined in
getSubUnitName(subUnitId: string) => stringpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:36 (opens in a new tab)
onAdd() => voidpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:35 (opens in a new tab)
onItemEnter?(comment: IThreadComment) => voidpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:40 (opens in a new tab)
onItemLeave?(comment: IThreadComment) => voidpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:39 (opens in a new tab)
onResolve?(id: string) => voidpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:37 (opens in a new tab)
sortComments?(comments: IThreadComment[]) => IThreadComment[]packages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:38 (opens in a new tab)
subUnitId$Observable<undefined | string>packages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:33 (opens in a new tab)
typeUniverInstanceTypepackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:34 (opens in a new tab)
unitIdstringpackages/thread-comment-ui/src/views/thread-comment-panel/index.tsx:32 (opens in a new tab)

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