Command JSON Output
JSON schema that defined the action and UI of the Command Bar. This can only be returned by the command with the script type.
Signature
interface CommandJSON { view?: CommandJSONView; action?: CommandJSONAction;}| Name | Type | Description |
|---|---|---|
view | CommandJSONView | The UI of the Command Bar should be displayed |
action | CommandJSONAction | The action that the Command Bar should perform |