Member Junction
Preparing search index...
@memberjunction/external-data-sources
ResolvedExternalDataSource
Interface ResolvedExternalDataSource
A fully-resolved external data source: its instance row, its type row, and a live driver.
interface
ResolvedExternalDataSource
{
dataSource
:
MJExternalDataSourceEntity
;
dataSourceType
:
MJExternalDataSourceTypeEntity
;
driver
:
BaseExternalDataSourceDriver
;
}
Index
Properties
data
Source
data
Source
Type
driver
Properties
data
Source
dataSource
:
MJExternalDataSourceEntity
data
Source
Type
dataSourceType
:
MJExternalDataSourceTypeEntity
driver
driver
:
BaseExternalDataSourceDriver
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Source
data
Source
Type
driver
Member Junction
Loading...
A fully-resolved external data source: its instance row, its type row, and a live driver.