Home > @i2analyze/notebook-sdk > app > IChartLinkRecordData
app.IChartLinkRecordData interface
A set of data for creating a link record.
Signature:
interface IChartLinkRecordData extends IChartRecordBaseData
Extends: IChartRecordBaseData
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fromEnd | readonly |
RecordSpecifier | Gets the record at the 'from' end of the link. |
itemType | schema.ChartItemTypeId | schema.IChartItemType | Gets or sets the item type of the new record. (Inherited from IChartRecordBaseData) |
|
linkDirection | readonly |
data.LinkDirection | Gets the direction of the link. |
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) |
|
toEnd | readonly |
RecordSpecifier | Gets the record at the 'to' end of the link. |