You can add a wire between two widgets so that one can
react to an event occurring in the other. You can also remove a wire
so that the two widgets no longer communicate.
Wiring
In a space, widgets communicate with each other using wires.
A wire has a source widget and a target widget.
Adding wires to widgets in spaces
You can add a wire between two widgets to trigger an event
in the target widget whenever the source widget sends a specific event.
Removing wires from widgets in spaces
You can remove a wire between two widgets so that the event
from the source widget no longer triggers the event in the target
widget.