Interface MeshWidth

The two-dimensional mesh related widgets. A mesh widget is a two-dimensional widgets, such as grid, listbox and tree. Classes in this package is the skeletal implementation that can be used to simplify the implementation of grid, listbox and tree.

interface MeshWidth {
    wds: number[];
    width: number;
}

Properties

Properties

wds: number[]
width: number