CommentThread

Thread of Comments for an Adaptable Cell

TypeScript
export interface CommentThread extends
Extends

CellAddress

Properties

PropertyTypeDescription
CommentsAdaptableComment[]Collection of Comments for this Cell
UuidTypeUuidUnique identifier for Comment

Property Details

Comments

Collection of Comments for this Cell

TypeScript
Comments: AdaptableComment[];
Property Value

AdaptableComment[]

Uuid

Unique identifier for Comment

TypeScript
Uuid?: TypeUuid;
Property Value

TypeUuid