UNPKG

@visactor/vtable

Version:

canvas table width high performance

32 lines (31 loc) 744 B
export const DIRECTION_KEY = { row: { x: "x", y: "y", width: "width", height: "height", layoutWidth: "layoutWidth", layoutHeight: "layoutHeight", widthLimit: "widthLimit", heightLimit: "heightLimit", parentX: "parentX", parentY: "parentY", dx: "dx", dy: "dy" }, column: { x: "y", y: "x", width: "height", height: "width", layoutWidth: "layoutHeight", layoutHeight: "layoutWidth", widthLimit: "heightLimit", heightLimit: "widthLimit", parentX: "parentY", parentY: "parentX", dx: "dy", dy: "dx" } }; //# sourceMappingURL=direction.js.map