i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IChartSchemaChange

    schema.IChartSchemaChange interface

    A change that has occurred to an i2 Notebook chart schema.

    Signature:

    interface IChartSchemaChange 
    

    Introduced: version 1.5

    Properties

    Property Modifiers Type Description
    addedTypes readonly data.IReadOnlyCollection<IChartItemType> Gets the item types that were added to the schema.
    changedTypes readonly data.IReadOnlyCollection<IChartItemType> Gets the item types that were changed in the schema.
    removedTypes readonly data.IReadOnlyCollection<ChartItemTypeId> Gets the identifiers of the item types that were removed from the schema.
    In this article
    Back to top © N. Harris Computer Corporation