monaco-review
    Preparing search index...

    Interface ReviewCommentIterItem

    interface ReviewCommentIterItem {
        depth: number;
        state: ReviewCommentState;
    }
    Index

    Properties

    Properties

    depth: number