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

    Hierarchy (View Summary)

    Index

    Properties

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