Enumeration: ButtonWidth
Defines the width options for buttons in the configurator interface.
ButtonWidth controls the horizontal space occupied by button elements, allowing for flexible layouts and appropriate sizing for different button groups or contexts. This is particularly useful in grid layouts or when creating button groups with consistent sizing.
Enumeration Members
DOUBLE
DOUBLE:
"DOUBLE"
Double-width occupying two columns.
DOUBLE width buttons occupy twice the standard horizontal space, making them more prominent or allowing them to accommodate longer button labels. Useful for primary actions or in grid layouts where emphasis is needed.
SINGLE
SINGLE:
"SINGLE"
Standard single-column width.
SINGLE width buttons occupy one standard unit of horizontal space, making them suitable for most button use cases and allowing multiple buttons to be placed side by side in layouts.