Skip to main content

DeleteCustomCommand

Description

Deletes a custom command. The command is automatically removed.

Syntax

// shellFrame points here into the IShellFrame interface
await shellFrame.Commands.DeleteCustomCommand(customCommand);

Parameters

NameTypeDescription
customCommandnumberThe command id to delete. The command must be a custom command.

Return type

TypeDescription
Promise < void >Method does not return a value