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
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The element name. |
--x | Integer | Mandatory 0 - 320 | The horizontal position |
--y | Integer | Mandatory 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.