Programmatically invokes a registered command.
The ID of the command to invoke.
Arguments to pass to the command's callback.
Registers a command that can be invoked by Live or via Commands.executeCommand.
A unique string identifier for this command.
Called when the command is invoked. May receive arguments passed by the invoker.
Registry for extension commands.
Commands are identified by a string ID and can be invoked by Live (e.g. through a context menu action registered via ExtensionContext.ui) or programmatically via Commands.executeCommand.