Class EventListenerController

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:.

Hierarchy

  • EventListenerController

Implements

Constructors

Properties

actionInstanceInfos?: IActionInstanceInfo[]
name: string = 'EventListenerController'
operationData?: IEventListenerControllerOperationData

Methods

Generated using TypeDoc