Skip to main content
Version: v2

CommandButton

Command button

displayTextstringrequired

Text on the button

Example: Press the button
commandKeystringrequired

Command sent when the button is pressed

Example: /button_pushed
CommandButton
{
"displayText": "Press the button",
"commandKey": "/button_pushed"
}