StructuralVariantChordRenderer
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/variants/src/StructuralVariantChordRenderer/configSchema.ts
StructuralVariantChordRenderer - Slots
slot: strokeColor
strokeColor: {
type: 'color',
description: 'the line color of each arc',
defaultValue: 'rgba(255,133,0,0.32)',
contextVariable: ['feature'],
}
slot: strokeColorSelected
strokeColorSelected: {
type: 'color',
description: 'the line color of an arc that has been selected',
defaultValue: 'black',
contextVariable: ['feature'],
}
slot: strokeColorHover
strokeColorHover: {
type: 'color',
description:
'the line color of an arc that is being hovered over with the mouse',
defaultValue: '#555',
contextVariable: ['feature'],
}