ThreadedComment
type ThreadedComment = { id: string; parentId?: string; ref: string;};Properties
Section titled “Properties”| Property | Type |
|---|---|
id | string |
parentId? | string |
ref | string |
type ThreadedComment = { id: string; parentId?: string; ref: string;};| Property | Type |
|---|---|
id | string |
parentId? | string |
ref | string |