Interface NodeEdgeBound

interface NodeEdgeBound {
    guide: number;
    offset: number;
    orientation: Orientation;
    snap: Snap;
}

Properties

guide: number
offset: number
orientation: Orientation
snap: Snap