CommentChangedInfo
Event fired when a Comment has changed
TypeScript
export interface CommentChangedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| commentThreads | All current Comment Threads |
| adaptableContext | 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