• Action that moves elements on the DOM tree. Define the WidgetID of the element to be moved and the Target selector that will receive the element. Example: $actions.MoveElement($parameters.WidgetId, ".active-screen .screen");

    Parameters

    • ElementId: string
    • TargetSelector: string
    • TimeoutVal: number = 200

      {TimeoutVal=200}

    Returns string