Add Element to Button
Purpose
Adds an existing element to a button.
Example
add-element-to-button --buttonName my-button-element --elementName my-text-element
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--buttonName | String | Mandatory | Name of the button that will have the element added to it. |
--elementName | String | Mandatory | The unique name of the existing element being added to the button. |