This controller attaches to the given selected element and adds an event listener for the specified event name that
executes the given actions with the given operation data.
By default the start operations of the specified actions are executed. To execute the end operations instead,
prefix the action name with end:.
This controller attaches to the given selected element and adds an event listener for the specified event name that executes the given actions with the given operation data.
By default the
start
operations of the specified actions are executed. To execute theend
operations instead, prefix the action name withend:
.