Theia API Documentation v1.65.0
    Preparing search index...
    interface CommentThreadChangedEvent {
        added: CommentThread[];
        changed: CommentThread[];
        removed: CommentThread[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    added: CommentThread[]

    Added comment threads.

    changed: CommentThread[]

    Changed comment threads.

    removed: CommentThread[]

    Removed comment threads.