i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    commands.IApplicationRibbon.getTab() method

    Gets the area that represents the specified tab in the application ribbon.

    Signature:

    getTab(id: RibbonTabId): IRibbonTabActionArea;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    id RibbonTabId The identifier of the tab.

    Returns:

    IRibbonTabActionArea

    An object that you can use to add actions or a group to the located area.

    Exceptions

    Error if the specified tab does not exist.

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