Interface CommentThreadChangedEventMain

interface CommentThreadChangedEventMain {
    added: CommentThread[];
    changed: CommentThread[];
    owner: string;
    removed: CommentThread[];
}

Hierarchy (view full)

Properties

added: CommentThread[]

Added comment threads.

changed: CommentThread[]

Changed comment threads.

owner: string
removed: CommentThread[]

Removed comment threads.