Function: downloadCosmographData()
downloadCosmographData(
config
,pointsData
,linksData?
):Promise
<undefined
|CosmographDataPrepResult
<CosmographData
>>
Downloads the prepared Cosmograph data in the specified format and Cosmograph configuration object for this data.
Parameters
Parameter | Type | Description |
---|---|---|
config | CosmographDataPrepConfig | The configuration for preparing the Cosmograph data. |
pointsData | Data | The data for the Cosmograph points. |
linksData? | Data | The data for the Cosmograph links (optional). |
Returns
Promise
<undefined
| CosmographDataPrepResult
<CosmographData
>>
The configuration of the downloaded Cosmograph data, or undefined if the download failed.