Set the command value identified by its full name, effectively replacing all current values with this full name.

Syntax

Smartsite SXML CopyCode image 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.

Expand image Example

SXML