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 extends IChartBaseData
Extends: IChartBaseData
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 data.INoteData[] | (Optional) Gets or sets the notes for the new record. (Inherited from IChartBaseData) |
|
| properties? | PropertiesSpecifier | (Optional) Gets or sets the properties of the new record. (Inherited from IChartBaseData) |
|
| security? | readonly data.ISecuritySetting[] | data.IKeyedReadOnlyCollection<schema.SecurityDimensionId, data.ISecuritySetting> | (Optional) Gets or sets the security settings of the new record. (Inherited from IChartBaseData) |
|
| 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. (Inherited from IChartBaseData) |