interface BlockInfo {
    height: number;
    lines: LineInfo[];
    width: number;
}

Properties

Properties

height: number

Height the block takes

lines: LineInfo[]

Lines that conform the block

width: number

Width the block takes

Generated using TypeDoc