The argument that is used by execute command handler to manage the execution of the given command.
Inheritance Hierarchy
ExecuteCommandArgs
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the ExecuteCommandArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- command - Command
- The command instance.
- parameter - any
- The parameter for the execution of the command.
Properties
Gets the command that shall be executed.
Property Value
The command to execute.
Gets or sets a value indicating whether this ExecuteCommandArgs is handled.
Property Value
true
if handled; otherwise, false
.