> ## Documentation Index
> Fetch the complete documentation index at: https://stratanote.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment

[**API Reference**](/api-reference/index) / [**CommentsPanel**](/api-reference/components/CommentsPanel/index)

***

Defined in: [components/CommentsPanel.tsx:14](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L14)

Struct representing a single document comment or reply.

## Properties

### approved

> **approved**: `number`

Defined in: [components/CommentsPanel.tsx:24](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L24)

***

### author\_id

> **author\_id**: `number`

Defined in: [components/CommentsPanel.tsx:18](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L18)

***

### author\_name

> **author\_name**: `string`

Defined in: [components/CommentsPanel.tsx:19](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L19)

***

### content

> **content**: `string`

Defined in: [components/CommentsPanel.tsx:20](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L20)

***

### created\_at

> **created\_at**: `string`

Defined in: [components/CommentsPanel.tsx:25](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L25)

***

### id

> **id**: `number`

Defined in: [components/CommentsPanel.tsx:15](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L15)

***

### parent\_id

> **parent\_id**: `number` | `null`

Defined in: [components/CommentsPanel.tsx:17](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L17)

***

### quoted\_text

> **quoted\_text**: `string` | `null`

Defined in: [components/CommentsPanel.tsx:21](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L21)

***

### relative\_path

> **relative\_path**: `string`

Defined in: [components/CommentsPanel.tsx:16](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L16)

***

### resolved\_by

> **resolved\_by**: `string` | `null`

Defined in: [components/CommentsPanel.tsx:23](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L23)

***

### status

> **status**: `"open"` | `"resolved"`

Defined in: [components/CommentsPanel.tsx:22](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L22)

***

### updated\_at

> **updated\_at**: `string` | `null`

Defined in: [components/CommentsPanel.tsx:26](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/components/CommentsPanel.tsx#L26)
