i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > IApplicationRibbon > removeTab

    commands.IApplicationRibbon.removeTab() method

    Removes a tab from the application ribbon.

    Signature:

    removeTab(tab: TabSpecifier): void;
    

    Introduced: version 1.7

    Parameters

    Parameter Type Description
    tab TabSpecifier The tab to remove.

    Returns:

    void

    Remarks

    When the tab is removed from the ribbon, all the groups and actions that it contains are also removed. A plug-in that added commands to the removed tab might lose access to those commands.

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