Widget, action, and page events and wiring

Widgets, actions, and pages communicate by sending outgoing events and receiving incoming events. Outgoing events can be sent over connections that are called wires to the incoming events that handle them. Alternatively, outgoing events can be broadcast to be received by any widget that has a corresponding incoming event. Incoming events are those events that a widget or page subscribes to

You can edit wiring and broadcasting of events to control the communication among widgets. For example, you can add the Script Adapter widget to a page and wire it to receive an event from one widget and then transform the event payload before sending the payload to another widget.