Adds an empty command scope.
Syntax
Smartsite SXML | Copy Code |
---|---|
spice.command.add(string scope) spice.command.add(string fullName, any value) spice.command.add(string scope, string shortcut, any value) |
Parameters
Name | Data Type | Description |
---|---|---|
scope | String | The scope. |
fullName | String | The full name. |
value | Any | The value. |
shortcut | String | The shortcut. |
Return Value
None.