CommentChangedInfo
Event fired when a Comment has changed
TypeScript
export interface CommentChangedInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| commentThreads | CommentThread[] | All current Comment Threads |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
commentThreads
All current Comment Threads
TypeScript
commentThreads: CommentThread[];Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any