i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > IActionArea > remove

    commands.IActionArea.remove() method

    Removes an action or group of actions from the user interface.

    Signature:

    remove(id: CommandId | GroupId): void;
    

    Introduced: version 1.0

    Parameters

    Parameter Type Description
    id CommandId | GroupId The identifier of the action (that is, its command identifier) or group to remove.

    Returns:

    void

    Exceptions

    Error if the id was not a valid CommandId or GroupId.

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