i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > IMenuGroup

    commands.IMenuGroup interface

    Warning: This API is now obsolete.

    Deprecated since version 1.5. Use commands.IGroup instead.

    A group of actions in a popup menu that do not have a label or an icon.

    Signature:

    interface IMenuGroup extends IGroupBase 
    

    Extends: IGroupBase

    Introduced: version 1.2

    Properties

    Property Modifiers Type Description
    id readonly GroupId

    Gets the identifier of the group, which should be a GUID.

    (Inherited from IGroupBase)

    isCollapsed? readonly boolean

    (Optional) Indicates whether the group is initially expanded (false) or collapsed (true) in the user interface.

    (Inherited from IGroupBase)

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