-
Notifications
You must be signed in to change notification settings - Fork 10
Properties
Depso edited this page Aug 2, 2024
·
6 revisions
The properties of the Roblox class are merged in the configuration of a element.
For example, including Size
will be passed as a property to the instance instead of the class
because it does not exist in the class itself.
The first passed parameter of the callback from the configuration will contain this metatable.
Read the documentation of Combos for an example of this usage.
All elements will have additional properties such as:
-
Border = boolean
\ BorderThickness = int
CornerRadius = int
NoGradient = boolean
-
Ratio = boolean
\ -
RatioAxis = "Height"
\ AspectType = Enum.AspectType.ScaleWithParentSize
Some elements with animations will have a option to disable the animations: \
NoAnimation = boolean