Edit Spinner
Purpose
Edits the spinner type of element.
Example
edit-spinner --elementName my-spinner-element --arcLength 90 --arcWidth 16 --time 1000
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The name of the spinner element. |
--arcLength | Integer | Mandatory | The length of the spinning object. |
--arcWidth | Integer | Mandatory | The width of the spinning object. |
--time | Integer | Mandatory | How long the spinning object takes to do one rotation in milliseconds. |