eligius
    Preparing search index...

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

    Implements

    Index

    Constructors

    Properties

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

    Methods