Eulergraph
    Preparing search index...

    Type Alias CommentIconDrawItem

    type CommentIconDrawItem = {
        cellId?: string;
        commentId: string | null;
        count: number;
        x: number;
        y: number;
    }
    Index

    Properties

    cellId?: string
    commentId: string | null
    count: number
    x: number
    y: number