Interface LayoutResult

the height and width returned after laying out a graph

interface LayoutResult {
    height: number;
    width: number;
}

Properties

Properties

height: number

the total height after layout

width: number

the total weight after layout