Skip to main content
API Reference / CommentsPanel
Defined in: components/CommentsPanel.tsx:14 Struct representing a single document comment or reply.

Properties

approved

approved: number
Defined in: components/CommentsPanel.tsx:24

author_id

author_id: number
Defined in: components/CommentsPanel.tsx:18

author_name

author_name: string
Defined in: components/CommentsPanel.tsx:19

content

content: string
Defined in: components/CommentsPanel.tsx:20

created_at

created_at: string
Defined in: components/CommentsPanel.tsx:25

id

id: number
Defined in: components/CommentsPanel.tsx:15

parent_id

parent_id: number | null
Defined in: components/CommentsPanel.tsx:17

quoted_text

quoted_text: string | null
Defined in: components/CommentsPanel.tsx:21

relative_path

relative_path: string
Defined in: components/CommentsPanel.tsx:16

resolved_by

resolved_by: string | null
Defined in: components/CommentsPanel.tsx:23

status

status: "open" | "resolved"
Defined in: components/CommentsPanel.tsx:22

updated_at

updated_at: string | null
Defined in: components/CommentsPanel.tsx:26