frc-ui
Version:
React Web UI
31 lines (25 loc) • 942 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Scroll_Type = exports.Render_Type = exports.Insert_Type = void 0;
var Scroll_Type;
exports.Scroll_Type = Scroll_Type;
(function (Scroll_Type) {
Scroll_Type[Scroll_Type["ALL"] = 0] = "ALL";
Scroll_Type[Scroll_Type["CONTAINER"] = 1] = "CONTAINER";
})(Scroll_Type || (exports.Scroll_Type = Scroll_Type = {}));
var Insert_Type;
exports.Insert_Type = Insert_Type;
(function (Insert_Type) {
Insert_Type[Insert_Type["TOP"] = 0] = "TOP";
Insert_Type[Insert_Type["MIDDLE"] = 1] = "MIDDLE";
Insert_Type[Insert_Type["BOTTOM"] = 2] = "BOTTOM";
})(Insert_Type || (exports.Insert_Type = Insert_Type = {}));
var Render_Type;
exports.Render_Type = Render_Type;
(function (Render_Type) {
Render_Type["tops"] = "tops";
Render_Type["options"] = "options";
Render_Type["bottoms"] = "bottoms";
})(Render_Type || (exports.Render_Type = Render_Type = {}));