@univerjs/sheets-thread-comment v0.5.0-beta.1 • Docs
Interface: ISheetThreadComment
Extends
Properties
Property | Type | Inherited from | Defined in |
---|---|---|---|
attachments? | string [] | IThreadComment .attachments | thread-comment/src/types/interfaces/i-thread-comment.ts:32 |
children? | IBaseComment [] | IThreadComment .children | thread-comment/src/types/interfaces/i-thread-comment.ts:39 |
column | number | - | sheets-thread-comment/src/types/interfaces/i-sheet-thread-comment.ts:21 |
dT | string | IThreadComment .dT | thread-comment/src/types/interfaces/i-thread-comment.ts:28 |
id | string | IThreadComment .id | thread-comment/src/types/interfaces/i-thread-comment.ts:26 |
mentions? | string [] | IThreadComment .mentions | thread-comment/src/types/interfaces/i-thread-comment.ts:34 |
parentId? | string | IThreadComment .parentId | thread-comment/src/types/interfaces/i-thread-comment.ts:35 |
personId | string | IThreadComment .personId | thread-comment/src/types/interfaces/i-thread-comment.ts:30 |
ref | string | IThreadComment .ref | thread-comment/src/types/interfaces/i-thread-comment.ts:43 |
resolved? | boolean | IThreadComment .resolved | thread-comment/src/types/interfaces/i-thread-comment.ts:36 |
row | number | - | sheets-thread-comment/src/types/interfaces/i-sheet-thread-comment.ts:20 |
subUnitId | string | IThreadComment .subUnitId | thread-comment/src/types/interfaces/i-thread-comment.ts:38 |
text | IDocumentBody | IThreadComment .text | thread-comment/src/types/interfaces/i-thread-comment.ts:31 |
threadId | string | IThreadComment .threadId | thread-comment/src/types/interfaces/i-thread-comment.ts:27 |
unitId | string | IThreadComment .unitId | thread-comment/src/types/interfaces/i-thread-comment.ts:37 |
updated? | boolean | IThreadComment .updated | thread-comment/src/types/interfaces/i-thread-comment.ts:33 |
updateT? | string | IThreadComment .updateT | thread-comment/src/types/interfaces/i-thread-comment.ts:29 |