Skip to main content

ChainAdapter

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/comparative-adapters/src/ChainAdapter/configSchema.ts

ChainAdapter - Slots

slot: assemblyNames

assemblyNames: {
type: 'stringArray',
defaultValue: [],
description:
'Target is the first value in the array, query is the second',
}

slot: targetAssembly

can be specified as alternative to assemblyNames

targetAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames array: the target assembly',
}

slot: queryAssembly

can be specified as alternative to assemblyNames

queryAssembly: {
type: 'string',
defaultValue: '',
description: 'Alternative to assemblyNames array: the query assembly',
}

slot: chainLocation

chainLocation: {
type: 'fileLocation',
defaultValue: { uri: '/path/to/file.chain', locationType: 'UriLocation' },
}