interface Comment {
    blockId: null | string;
    height: number;
    id: string;
    minimized: boolean;
    text: string;
    width: number;
    x: number;
    y: number;
}

Properties

blockId: null | string
height: number
id: string
minimized: boolean
text: string
width: number
x: number
y: number