13th November 2021 at 4:38pm
Triggering widgets are a type of widget which can trigger ActionWidgets. Typically these widgets (such as the ButtonWidget) will trigger actions based on interaction from the user.
The following triggering widgets are provided:
- button
- checkbox
- draggable
- droppable
- dropzone
- edit
- EventCatcherWidget
- keyboard
- linkcatcher
- MessageCatcherWidget
- radio
- range
- select
See ActionWidgets for more information and examples of how TriggeringWidgets and ActionWidgets work together.