Properties
Optional
isEnabled
isEnabled?: CurrentWidgetCommandHandlerBooleanCheck
Optional
isToggled
isToggled?: CurrentWidgetCommandHandlerBooleanCheck
Optional
isVisible
isVisible?: CurrentWidgetCommandHandlerBooleanCheck
Optional
onDidChangeEnabled
onDidChangeEnabled?: Event<void>
A command handler is an implementation of a command.
A command can have multiple handlers but they should be active in different contexts, otherwise first active will be executed.