Kind: Class
Source: atloria-monorepo/apps/api/src/comment/dto/create-comment.dto.ts
DTO for creating a new comment on a document
Properties
| Property | Type |
|---|---|
content | string |
selectionText | string |
positionStart | number |
positionEnd | number |
parentCommentId | string |
Was this page helpful?