CommentThread
Thread of Comments for an Adaptable Cell
TypeScript
export interface CommentThread extendsExtends
Properties
| Property | Description |
|---|---|
| Comments | Collection of Comments for this Cell |
| Uuid | Unique identifier for Comment |
Property Details
Comments
Collection of Comments for this Cell
TypeScript
Comments: AdaptableComment[];Property Value
Uuid
Unique identifier for Comment
TypeScript
Uuid?: TypeUuid;Property Value
TypeUuid