@univerjs/thread-comment-ui v0.5.0-beta.1 • Docs
Interface: IThreadCommentPanelProps
Properties
Property | Type | Defined in |
---|---|---|
disableAdd? | boolean | thread-comment-ui/src/views/thread-comment-panel/index.tsx:42 |
getSubUnitName | (subUnitId : string ) => string | thread-comment-ui/src/views/thread-comment-panel/index.tsx:37 |
onAdd | () => void | thread-comment-ui/src/views/thread-comment-panel/index.tsx:36 |
onAddComment? | (comment : IThreadComment ) => boolean | thread-comment-ui/src/views/thread-comment-panel/index.tsx:44 |
onDeleteComment? | (comment : IThreadComment ) => boolean | thread-comment-ui/src/views/thread-comment-panel/index.tsx:45 |
onItemEnter? | (comment : IThreadComment ) => void | thread-comment-ui/src/views/thread-comment-panel/index.tsx:41 |
onItemLeave? | (comment : IThreadComment ) => void | thread-comment-ui/src/views/thread-comment-panel/index.tsx:40 |
onResolve? | (id : string , resolved : boolean ) => void | thread-comment-ui/src/views/thread-comment-panel/index.tsx:38 |
showComments? | string [] | thread-comment-ui/src/views/thread-comment-panel/index.tsx:46 |
sortComments? | (comments : IThreadComment []) => IThreadComment [] | thread-comment-ui/src/views/thread-comment-panel/index.tsx:39 |
subUnitId$ | Observable <undefined | string > | thread-comment-ui/src/views/thread-comment-panel/index.tsx:34 |
tempComment? | Nullable <IThreadComment > | thread-comment-ui/src/views/thread-comment-panel/index.tsx:43 |
type | UniverInstanceType | thread-comment-ui/src/views/thread-comment-panel/index.tsx:35 |
unitId | string | thread-comment-ui/src/views/thread-comment-panel/index.tsx:33 |