Home > @i2analyze/notebook-sdk > records > ISourceReferenceData
records.ISourceReferenceData interface
A set of data for creating a source reference.
Signature:
interface ISourceReferenceData
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | readonly |
string | (Optional) Gets the description of the source that the new source reference describes. |
imageUrl? | readonly |
string | (Optional) Gets the URL of an image of the source that the new source reference describes. |
location? | readonly |
string | (Optional) Gets the location of the source that the new source reference describes. |
name | readonly |
string | Gets the name of the source that the new source reference describes. |
type? | readonly |
string | (Optional) Gets the type of the source that the new source reference describes. |