Skip to main content

@idpass/data-collect-core / getExternalField

Function: getExternalField()

getExternalField(config, fieldName): string | undefined

Defined in: interfaces/types.ts:784

Helper to query strongly typed values from ExternalSyncConfig.extraFields.

Parameters

config

ExternalSyncConfig

fieldName

string

Returns

string | undefined

Deprecated

Use getAdapterConfigValue instead for new code.