Interface CommentThreadChangedEvent

interface CommentThreadChangedEvent {
    added: CommentThread[];
    changed: CommentThread[];
    removed: CommentThread[];
}

Hierarchy (view full)

Properties

Properties

added: CommentThread[]

Added comment threads.

changed: CommentThread[]

Changed comment threads.

removed: CommentThread[]

Removed comment threads.