export type AlignType = "left" | "center" | "right"; export type VertAlignType = "top" | "middle" | "bottom"; export declare enum ButtonMode { Common = 0, Check = 1, Radio = 2 } export declare enum AutoSizeType { None = 0, Both = 1, Height = 2, Shrink = 3, Ellipsis = 4 } export declare enum LoaderFillType { None = 0, Scale = 1, ScaleMatchHeight = 2, ScaleMatchWidth = 3, ScaleFree = 4, ScaleNoBorder = 5 } export declare enum ListLayoutType { SingleColumn = 0, SingleRow = 1, FlowHorizontal = 2, FlowVertical = 3, Pagination = 4 } export declare enum ListSelectionMode { Single = 0, Multiple = 1, Multiple_SingleClick = 2, None = 3 } export declare enum OverflowType { Visible = 0, Hidden = 1, Scroll = 2 } export declare enum PackageItemType { Image = 0, MovieClip = 1, Sound = 2, Component = 3, Atlas = 4, Font = 5, Swf = 6, Misc = 7, Unknown = 8, Spine = 9, DragonBones = 10 } export declare enum ObjectType { Image = 0, MovieClip = 1, Swf = 2, Graph = 3, Loader = 4, Group = 5, Text = 6, RichText = 7, InputText = 8, Component = 9, List = 10, Label = 11, Button = 12, ComboBox = 13, ProgressBar = 14, Slider = 15, ScrollBar = 16, Tree = 17, Loader3D = 18 } export declare enum ProgressTitleType { Percent = 0, ValueAndMax = 1, Value = 2, Max = 3 } export declare enum ScrollBarDisplayType { Default = 0, Visible = 1, Auto = 2, Hidden = 3 } export declare enum ScrollType { Horizontal = 0, Vertical = 1, Both = 2 } export declare enum FlipType { None = 0, Horizontal = 1, Vertical = 2, Both = 3 } export declare enum ChildrenRenderOrder { Ascent = 0, Descent = 1, Arch = 2 } export declare enum GroupLayoutType { None = 0, Horizontal = 1, Vertical = 2 } export declare enum PopupDirection { Auto = 0, Up = 1, Down = 2 } export declare enum RelationType { Left_Left = 0, Left_Center = 1, Left_Right = 2, Center_Center = 3, Right_Left = 4, Right_Center = 5, Right_Right = 6, Top_Top = 7, Top_Middle = 8, Top_Bottom = 9, Middle_Middle = 10, Bottom_Top = 11, Bottom_Middle = 12, Bottom_Bottom = 13, Width = 14, Height = 15, LeftExt_Left = 16, LeftExt_Right = 17, RightExt_Left = 18, RightExt_Right = 19, TopExt_Top = 20, TopExt_Bottom = 21, BottomExt_Top = 22, BottomExt_Bottom = 23, Size = 24 } export declare enum FillMethod { None = 0, Horizontal = 1, Vertical = 2, Radial90 = 3, Radial180 = 4, Radial360 = 5 } export declare enum FillOrigin { Top = 0, Bottom = 1, Left = 2, Right = 3, TopLeft = 0, TopRight = 1, BottomLeft = 2, BottomRight = 3 } export declare enum FillOrigin90 { TopLeft = 0, TopRight = 1, BottomLeft = 2, BottomRight = 3 } export declare enum ObjectPropID { Text = 0, Icon = 1, Color = 2, OutlineColor = 3, Playing = 4, Frame = 5, DeltaTime = 6, TimeScale = 7, FontSize = 8, Selected = 9 }