verstak
Version:
Verstak - Front-End Library
32 lines (31 loc) • 1.05 kB
JavaScript
export var ElKind;
(function (ElKind) {
ElKind[ElKind["block"] = 0] = "block";
ElKind[ElKind["table"] = 1] = "table";
ElKind[ElKind["group"] = 2] = "group";
ElKind[ElKind["partition"] = 3] = "partition";
ElKind[ElKind["splitter"] = 4] = "splitter";
ElKind[ElKind["cursor"] = 5] = "cursor";
ElKind[ElKind["native"] = 6] = "native";
})(ElKind || (ElKind = {}));
export var H;
(function (H) {
H[H["center"] = 0] = "center";
H[H["left"] = 1] = "left";
H[H["right"] = 2] = "right";
H[H["stretch"] = 3] = "stretch";
H[H["stretchAndFix"] = 4] = "stretchAndFix";
})(H || (H = {}));
export var V;
(function (V) {
V[V["center"] = 0] = "center";
V[V["top"] = 1] = "top";
V[V["bottom"] = 2] = "bottom";
V[V["stretch"] = 3] = "stretch";
V[V["stretchAndFix"] = 4] = "stretchAndFix";
})(V || (V = {}));
export var Direction;
(function (Direction) {
Direction[Direction["horizontal"] = 0] = "horizontal";
Direction[Direction["vertical"] = 1] = "vertical";
})(Direction || (Direction = {}));