i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IChartRecordBaseData

    app.IChartRecordBaseData interface

    A set of data that is common to creating records of all types.

    Signature:

    interface IChartRecordBaseData 
    

    Introduced: version 1.1

    Properties

    Property Modifiers Type Description
    itemType schema.ChartItemTypeId | schema.IChartItemType Gets or sets the item type of the new record.
    notes? readonly records.INoteData[] (Optional) Gets or sets the notes for the new record.
    properties? RecordPropertiesSpecifier (Optional) Gets or sets the properties of the new record.
    security? readonly records.ISecuritySetting[] | data.IKeyedReadOnlyCollection<schema.SecurityDimensionId, records.ISecuritySetting> (Optional) Gets or sets the security settings of the new record.
    sourceIdentifiers? readonly records.ISourceIdentifier[] (Optional) Gets or sets the source identifiers of the new record.
    sourceReferences? readonly records.ISourceReferenceData[] (Optional) Gets or sets the source references of the new record.
    In this article
    Back to top © N. Harris Computer Corporation