Home > @i2analyze/notebook-sdk > app > IEditorBase > addSourceReference
app.IEditorBase.addSourceReference() method
Adds a new source reference to the record.
Signature:
addSourceReference(refData: data.ISourceReferenceData): this;
Introduced: version 1.1
Parameters
| Parameter | Type | Description |
|---|---|---|
| refData | data.ISourceReferenceData | The data for the new source reference. |
Returns:
this
This record, with the new source reference in place.