Home > @i2analyze/notebook-sdk > app > IChartEntityRecordData
app.IChartEntityRecordData interface
A set of data for creating an entity record.
Signature:
interface IChartEntityRecordData extends IChartRecordBaseData
Extends: 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. (Inherited from IChartRecordBaseData) |
|
| notes? | readonly records.INoteData[] | (Optional) Gets or sets the notes for the new record. (Inherited from IChartRecordBaseData) |
|
| properties? | RecordPropertiesSpecifier | (Optional) Gets or sets the properties of the new record. (Inherited from IChartRecordBaseData) |
|
| security? | readonly records.ISecuritySetting[] | data.IKeyedReadOnlyCollection<schema.SecurityDimensionId, records.ISecuritySetting> | (Optional) Gets or sets the security settings of the new record. (Inherited from IChartRecordBaseData) |
|
| sourceIdentifiers? | readonly records.ISourceIdentifier[] | (Optional) Gets or sets the source identifiers of the new record. (Inherited from IChartRecordBaseData) |
|
| sourceReferences? | readonly records.ISourceReferenceData[] | (Optional) Gets or sets the source references of the new record. (Inherited from IChartRecordBaseData) |