Skip to main content

Move Element

Purpose

Sets the position of the element on the screen, or following any alignment or parent settings.

Example

move-element --elementName title --x 10 --y 10

Command Syntax

ParameterFormatRequirementUsage
--elementNameStringMandatoryThe element name.
--xIntegerMandatory
0 - 320
The horizontal position
--yIntegerMandatory
0 - 480
The vertical position
tip

The CLI Tool cannot accept negative values here, but these CAN be set by using text editing and adjusting the JSON file directly.

Documentation Version 1.0.19