@univerjs/thread-comment-ui v0.5.0-beta.1 • Docs
Interface: IThreadCommentTreeProps
Properties
Property | Type | Defined in |
---|---|---|
autoFocus? | boolean | thread-comment-ui/src/views/thread-comment-tree/index.tsx:45 |
getSubUnitName | (subUnitId : string ) => string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:43 |
id? | string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:34 |
onAddComment? | (comment : IThreadComment ) => boolean | thread-comment-ui/src/views/thread-comment-tree/index.tsx:48 |
onClick? | () => void | thread-comment-ui/src/views/thread-comment-tree/index.tsx:40 |
onClose? | () => void | thread-comment-ui/src/views/thread-comment-tree/index.tsx:42 |
onDeleteComment? | (comment : IThreadComment ) => boolean | thread-comment-ui/src/views/thread-comment-tree/index.tsx:49 |
onMouseEnter? | () => void | thread-comment-ui/src/views/thread-comment-tree/index.tsx:46 |
onMouseLeave? | () => void | thread-comment-ui/src/views/thread-comment-tree/index.tsx:47 |
onResolve? | (resolved : boolean ) => void | thread-comment-ui/src/views/thread-comment-tree/index.tsx:50 |
prefix? | string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:44 |
refStr? | string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:38 |
showEdit? | boolean | thread-comment-ui/src/views/thread-comment-tree/index.tsx:39 |
showHighlight? | boolean | thread-comment-ui/src/views/thread-comment-tree/index.tsx:41 |
subUnitId | string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:36 |
type | UniverInstanceType | thread-comment-ui/src/views/thread-comment-tree/index.tsx:37 |
unitId | string | thread-comment-ui/src/views/thread-comment-tree/index.tsx:35 |