eligius
    Preparing search index...

    Class EndableActionEditor<T>

    A factory that assists in editing an endable action

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actionConfig: T
    configurationFactory: ConfigurationFactory

    Methods

    • Adds the operation data for a start operation specified by the given system name

      Parameters

      • systemName:
            | "forEach"
            | "animate"
            | "removeClass"
            | "endForEach"
            | "log"
            | "when"
            | "endWhen"
            | "otherwise"
            | "addClass"
            | "addControllerToElement"
            | "addGlobalsToOperation"
            | "animateWithClass"
            | "breakForEach"
            | "broadcastEvent"
            | "calc"
            | "clearElement"
            | "clearOperationData"
            | "continueForEach"
            | "createElement"
            | "customFunction"
            | "endAction"
            | "extendController"
            | "getAttributesFromElement"
            | "getControllerFromElement"
            | "getControllerInstance"
            | "getElementDimensions"
            | "getImport"
            | "getQueryParams"
            | "invokeObjectMethod"
            | "loadJson"
            | "math"
            | "removeControllerFromElement"
            | "removeElement"
            | "removePropertiesFromOperationData"
            | "reparentElement"
            | "requestAction"
            | "selectElement"
            | "setData"
            | "setElementAttributes"
            | "setElementContent"
            | "setGlobalData"
            | "setOperationData"
            | "setStyle"
            | "setVariable"
            | "startAction"
            | "toggleClass"
            | "toggleElement"
            | "wait"
      • operationData: TOperationData
      • id: string = ...

      Returns OperationEditor<EndableActionEditor<T>, TOperation<TOperationData>>