Type Aliases
Alignment
Alignment: "leading" | "trailing" | "center" | "fill"
AnimationProperty
AnimationProperty: "background_color" | "border_color" | "content_color" | "font_size" | "corner_radius" | "insets" | "min_width" | "min_height" | "max_width" | "max_height" | "shadow"
BorderMode
BorderMode: "inside_content" | "outside_content"
ClipMode
ClipMode: "clip_content" | "clip_border" | "no_clip"
Cursor
Cursor: "arrow" | "none" | "pointer" | "text" | "grab" | "grabbing" | "ew_resize" | "ns_resize" | "nesw_resize" | "nwse_resize"
Direction
Direction: "forward" | "backward"
Directionality
Directionality: "language" | "left_to_right" | "right_to_left"
DockSide
DockSide: "center" | "left" | "left_fill" | "top" | "top_fill" | "right" | "right_fill" | "bottom" | "bottom_fill"
ImageSizing
ImageSizing: "fit" | "stretch" | "cover"
LanguageDirection
LanguageDirection: "left_to_right" | "right_to_left"
MouseButton
MouseButton: "left" | "right" | "middle"
ScrollHandleVisibility
ScrollHandleVisibility: "when_necessary" | "always" | "never" | "dont_scroll"
2D elements used in the engine.
GUImethods all you to