@visactor/vtable
Version:
canvas table width high performance
36 lines (34 loc) • 851 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.DIRECTION_KEY = void 0, exports.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