i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    chart.IChartChangeMinor.records property

    Gets the records that changed.

    Signature:

    readonly records: {
                readonly added: data.IReadOnlyCollection<records.IChartRecord>;
                readonly changed: data.IReadOnlyCollection<records.IChartRecord>;
                readonly removed: data.IReadOnlyCollection<records.AnalyzeRecordId>;
            };
    

    Returns: { readonly added: data.IReadOnlyCollection<records.IChartRecord>; readonly changed: data.IReadOnlyCollection<records.IChartRecord>; readonly removed: data.IReadOnlyCollection<records.AnalyzeRecordId>; }

    Introduced: version 1.0

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