2021년 11월 13일 오후 4:38
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.