Edit Button Array
Purpose
Adds the buttonName and buttonAmoun values to an existing button-array element.
Example
edit-button-array --arrayName my-button-array-element --buttonName my-button-element --buttonAmount 10
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--arrayName | String | Mandatory | Name of the button array element. |
--buttonName | String | Mandatory | The name of the button. |
--buttonAmount | Integer | Mandatory | The number of buttons required in the array. |
tip
Buttons created with this command will be formatted as buttonName-buttonAmount e.g. the 6th button from the example above would be my-button-element-6.