Skip to main content

Enumeration: ButtonShape

Defines the visual shape styles for buttons in the configurator interface.

ButtonShape determines the corner rounding applied to button elements, affecting the overall visual aesthetic of the user interface. Different shapes can be used to match brand guidelines or create visual hierarchy between different button types.

The button shape is typically set globally for the configurator but can be overridden for specific button groups or contexts to create visual distinction between primary and secondary actions.

Enumeration Members

PILL

PILL: "PILL"

Pill-shaped buttons with semi-circular ends.

Similar to ROUND but specifically optimized for rectangular buttons, creating the classic "pill" appearance with rounded left and right edges. This provides a modern, friendly look while maintaining clear clickable areas.


ROUND

ROUND: "ROUND"

Fully rounded circular or pill-shaped buttons.

Creates buttons with completely rounded ends, resulting in a circular appearance for square buttons or a pill/capsule shape for rectangular ones. This style creates a softer, more approachable aesthetic.


SQUARE

SQUARE: "SQUARE"

Square buttons with sharp corners.

Creates buttons with no corner rounding, maintaining a rectangular shape with 90-degree angles. This style provides a clean, technical appearance often preferred for enterprise or industrial applications.