i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > IChartChangeMinor > nodeGroups

    chart.IChartChangeMinor.nodeGroups property

    Gets the node groups that changed.

    Signature:

    readonly nodeGroups: {
                readonly added: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INodeGroup>;
                readonly changed: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INodeGroup>;
                readonly removed: data.IReadOnlyCollection<visual.ElementId>;
            };
    

    Returns: { readonly added: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INodeGroup>; readonly changed: data.IKeyedReadOnlyCollection<visual.ElementId, visual.INodeGroup>; readonly removed: data.IReadOnlyCollection<visual.ElementId>; }

    Introduced: version 1.8

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