Set the command value identified by its full name, effectively replacing all current values with this full name.
Syntax
Smartsite SXML | Copy Code |
---|---|
spice.command.set(string fullName, any value) spice.command.set(string scope, string shortcut, any value) |
Parameters
Name | Data Type | Description |
---|---|---|
fullName | String | The full name. |
value | Any | The value. |
scope | String | The scope. |
shortcut | String | The shortcut. |
Return Value
None.