Theia API Documentation v1.65.0
    Preparing search index...
    interface CommentInfo {
        commentingRanges: CommentingRanges;
        extensionId?: string;
        threads: CommentThread[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    commentingRanges: CommentingRanges
    extensionId?: string
    threads: CommentThread[]