AdaptableComment
Comment that can be applied to a Cell in AdapTable
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| AdaptableId | Id of this AdapTable instance |
| Author | Author of the Comment |
| Timestamp | When Comment was made |
| Uuid | Unique identifier for the Comment |
| Value | Content of the Comment |
Property Details
AdaptableId
Id of this AdapTable instance
TypeScript
AdaptableId?: string;Property Value
string
Author
Author of the Comment
TypeScript
Author?: {
UserName: string;
};Property Value
\{ UserName: string; \}
Timestamp
When Comment was made
TypeScript
Timestamp: number;Property Value
number
Uuid
Unique identifier for the Comment
TypeScript
Uuid?: TypeUuid;Property Value
TypeUuid
Value
Content of the Comment
TypeScript
Value: string;Property Value
string