Usages of Command
Properties
| command | in CanExecuteCommandArgs | Gets the command which is affected by the query. | |
| command | in ExecuteCommandArgs | Gets the command that shall be executed. | |
| availableCommands | in GraphInputMode | Gets a collection of commands that this input mode will handle. | |
| availableCommands | in NavigationInputMode | Gets the list of commands that are available in this instance. | |
| availableCommands | in OverviewInputMode | Gets the list of commands that are available in this instance. | |
| installCommandPredicate | in OverviewInputMode | Gets or sets a predicate that is queried by createKeyboardInputMode to determine whether a built-in Command should be installed. | |
| installCommandPredicate | in TableEditorInputMode | Gets or sets a predicate that is queried by onKeyboardInputModeChanged to determine whether a built-in Command should be installed. |
Method Return Values
| from (Command) | in Command | Converts the given argument to an enum constant of this enum type. |
Method Parameters
| CanExecuteCommandArgs (Command, any) | in CanExecuteCommandArgs | Initializes a new instance of the CanExecuteCommandArgs class. | |
| from (Command) | in Command | Converts the given argument to an enum constant of this enum type. | |
| getName (Command) | in Command | Returns the name of the given enum constant. | |
| ExecuteCommandArgs (Command, any) | in ExecuteCommandArgs | Initializes a new instance of the ExecuteCommandArgs class. | |
| addCommandBinding (Command, function(ExecuteCommandArgs):void, function(CanExecuteCommandArgs):void?) | in KeyboardInputMode | Adds a Command and associated execution handlers to this instance. | |
| OverviewInputMode () | in OverviewInputMode | Creates a new instance. | |
| TableEditorInputMode () | in TableEditorInputMode | Creates a new instance. | |
| canExecuteCommand (Command, any?) | in CanvasComponent | Returns whether the given command can be executed with the given optional parameter. | |
| executeCommand (Command, any?) | in CanvasComponent | Executes the given command with the given optional parameter on this CanvasComponent. |