Constants
This module exposes values that are read from in various components. These can be used to, for example, match the appearance of custom components with components from this library.
warning
The table returned by this module is read-only. It is not a config.
Properties
DefaultFont
Constants.DefaultFont: FontThe default font for text.
DefaultTextSize
Constants.DefaultTextSize: numberThe default size for text.
DefaultButtonHeight
Constants.DefaultButtonHeight: numberThe default height of buttons.
DefaultToggleHeight
Constants.DefaultToggleHeight: numberThe default height of toggles (Checkbox and RadioButton).
DefaultInputHeight
Constants.DefaultInputHeight: numberThe default height of text and numeric inputs.
DefaultSliderHeight
Constants.DefaultSliderHeight: numberThe default height of sliders.
DefaultDropdownHeight
Constants.DefaultDropdownHeight: numberThe default height of the permanent section of dropdowns.
DefaultDropdownRowHeight
Constants.DefaultDropdownRowHeight: numberThe default height of rows in dropdown lists.
DefaultProgressBarHeight
Constants.DefaultProgressBarHeight: numberThe default height of progress bars.
DefaultColorPickerSize
Constants.DefaultColorPickerSize: UDim2The default window size of color pickers.
DefaultNumberSequencePickerSize
Constants.DefaultNumberSequencePickerSize: UDim2The default window size of number sequence pickers.
DefaultDatePickerSize
Constants.DefaultDatePickerSize: UDim2The default window size of date pickers.