gui.actions reference
| Shortcut | Renders | Reference |
|---|---|---|
gui.actions.button | a button (typed ActionDecorator props) | Button |
gui.actions.submitButton | a button preconfigured with onClick: 'submit' | Button |
gui.actions.custom | your custom action | Custom Widgets |
Common props: label (Localizable), icon, iconPosition, disabled, uid, tags, onClick ('submit' literal or function), or the legacy on: { click: '<eventName>' } for arbitrary event names.
See also
Section titled “See also”- Events — wiring
onClickand friends.