CommentChangedInfo

Event fired when a Comment has changed

TypeScript
export interface CommentChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
commentThreadsAll current Comment Threads
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

commentThreads

All current Comment Threads

TypeScript
commentThreads: CommentThread[];
Property Value

CommentThread[]

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any