Constructor
new ConnectorSource()
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
config.params |
Object | Additional parameters Properties
|
- Source:
- See:
Base class for "connectors"- this is a highly specialized kind of adapter that is rarely used in most LocusZoom deployments. This is meant to be subclassed, rather than used directly.
A connector is a data adapter that makes no server requests and caches no data of its own. Instead, it decides how to combine data from other sources in the chain. Connectors are useful when we want to request (or calculate) some useful piece of information once, but apply it to many different kinds of record types.
Typically, a subclass will implement the field merging logic in combineChainBody
.
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
config.params |
Object | Additional parameters Properties
|