CommandButton
Command button
displayTextstringrequired
Text on the button
Example:
Press the buttoncommandKeystringrequired
Command sent when the button is pressed
Example:
/button_pushedCommandButton
{
"displayText": "Press the button",
"commandKey": "/button_pushed"
}