i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > INodeGroupEditor > setLabel

    app.INodeGroupEditor.setLabel() method

    Sets or resets the label of the node group.

    Signature:

    setLabel(label: string | undefined): this;
    

    Introduced: version 1.8

    Parameters

    Parameter Type Description
    label string | undefined The label to set, or undefined to indicate there is no label.

    Returns:

    this

    The node group, with its label set to the specified value.

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