Home > @i2analyze/notebook-sdk > app > ITrackedMutations > addLinkRecord
app.ITrackedMutations.addLinkRecord() method
Creates a link record that is added to the chart on committal.
Signature:
addLinkRecord(recordTemplate: IChartLinkRecordData): IPendingRecord;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
recordTemplate | IChartLinkRecordData | The data from which to create the record. |
Returns:
The new, pending record.