monaco-review
    Preparing search index...

    Interface ReviewCommentStore

    interface ReviewCommentStore {
        comments: Record<string, ReviewCommentState>;
        deletedCommentIds?: Set<string>;
        dirtyCommentIds?: Set<string>;
        events: ReviewCommentEvent[];
    }
    Index

    Properties

    comments: Record<string, ReviewCommentState>
    deletedCommentIds?: Set<string>
    dirtyCommentIds?: Set<string>
    events: ReviewCommentEvent[]