i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ITrackedMutations > moveSelectedNodesRelative

    app.ITrackedMutations.moveSelectedNodesRelative() method

    Moves all the nodes that contain selected records by the same displacement.

    Signature:

    moveSelectedNodesRelative(centerDelta: {
                xDelta: number;
                yDelta: number;
            }): void;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    centerDelta { xDelta: number; yDelta: number; } The displacement on the x and y axes, in chart coordinates.

    Returns:

    void

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