Thread of Comments for an Adaptable Cell

TypeScript
export interface CommentThread extends
Extends

CellAddress

Properties

PropertyDescription
CommentsCollection of Comments for this Cell
UuidUnique 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