frc-ui
Version:
React Web UI
18 lines (17 loc) • 650 B
JavaScript
export var Scroll_Type;
(function (Scroll_Type) {
Scroll_Type[Scroll_Type["ALL"] = 0] = "ALL";
Scroll_Type[Scroll_Type["CONTAINER"] = 1] = "CONTAINER";
})(Scroll_Type || (Scroll_Type = {}));
export var 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 || (Insert_Type = {}));
export var Render_Type;
(function (Render_Type) {
Render_Type["tops"] = "tops";
Render_Type["options"] = "options";
Render_Type["bottoms"] = "bottoms";
})(Render_Type || (Render_Type = {}));