Skip to content

gui.actions reference

ShortcutRendersReference
gui.actions.buttona button (typed ActionDecorator props)Button
gui.actions.submitButtona button preconfigured with onClick: 'submit'Button
gui.actions.customyour custom actionCustom 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.

  • Events — wiring onClick and friends.