Skip to content

resolveExternalLocation

function resolveExternalLocation(batch, config?): Promise<VgiBatch>;

Defined in: src/external.ts:180

Resolve an external pointer batch by fetching the data from the URL. Returns the original batch unchanged if not a pointer or no config.

ParameterType
batchVgiBatch
config?| ExternalLocationConfig | null

Promise<VgiBatch>