CommentChangedInfo

Event fired when a Comment has changed

TypeScript
export interface CommentChangedInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
commentThreadsCommentThread[]All current Comment Threads
adaptableContextanyCustom 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