i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    commands.IActionArea.before() method

    Locates the area of the user interface that appears immediately before a particular action or group of actions.

    Signature:

    before(id: CommandId | GroupId): IActionArea<undefined>;
    

    Introduced: version 1.0

    Parameters

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

    Returns:

    IActionArea<undefined>

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

    Exceptions

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

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