i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.IEdgeSummaryEditor.setLabel() method

    Sets or resets the label of the edge summary.

    Signature:

    setLabel(label: string | undefined): this;
    

    Introduced: version 1.6

    Parameters

    Parameter Type Description
    label string | undefined The label to set, or undefined to reset the label to the default.

    Returns:

    this

    The edge summary, with its label set to the specified value.

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