The Button component for Retool Mobile
A button to trigger actions when clicked.
Settings
Button includes the following configurable options when building apps in the IDE.
DisabledEvent handlersSuffix iconPrefix iconShow on desktopShow on mobileLoadingMaintain space when hiddenMarginAlways show in edit modeSizeStylesTextTypeWidth |
Properties
All properties for Button with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
Properties
method
The JavaScript method to perform when type
is datasource
, widget
, state
, or localStorage
.
Values
datasource | Control query. |
widget | Control component. |
script | Run script. |
state | Set variable. |
localStorage | Set localStorage. |
util | Perform utility action (e.g., Open URL or Confetti). |
global
Whether the object is globally scoped for use in all app pages.
Whether the component is visible.
Values
You can select an icon or dynamically set one with a valid icon key.
iconBefore
The prefix icon to display.
Values
You can select an icon or dynamically set one with a valid icon key.
id
The unique identifier.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.