Skip to main content

Properties

The Button Widget properties panel contains settings that control the button's label, action type, visual style, and layout behavior.


General

PropertyDescription
CaptionThe text displayed on the button.
NameInternal widget name. Used for identification and referencing the button in logic or scripts.
Button TypeDefines the action triggered when the button is clicked. See the Button Events page for the backend event fired by each type.
VisibleControls whether the button is displayed. When unchecked, the button is hidden but remains configured.

Appearance

PropertyDescription
VariantSets the visual style of the button: Contained (filled with a background color), Outlined (border only), or Text (no border or background).
ColorSelects the color schema applied to the button from the project theme.
Background ColorOverrides the theme color with a custom background color. Applies only to the Contained variant.
Full WidthWhen enabled, the button expands to fill the full width of its container.
Font SizeOverrides the font size defined in the project theme.
Font WeightOverrides the font weight defined in the project theme.