i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > ICommandApi > removeCommand

    commands.ICommandApi.removeCommand() method

    Unregisters and removes a command and all its actions from the application.

    Signature:

    removeCommand(commandId: CommandId): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    commandId CommandId The identifier of the command to remove.

    Returns:

    void

    In this article
    Back to top © N. Harris Computer Corporation