Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
required: false,
defaultValue: defaults.nodeThickness,
type: 'number',
controlType: 'range',
group: 'Nodes',
controlOptions: {
unit: 'px',
min: 2,
max: 100,
},
},
{
key: 'nodeOpacity',
help: 'Node opacity (0~1).',
required: false,
defaultValue: defaults.nodeOpacity,
type: 'number',
controlType: 'opacity',
group: 'Nodes',
},
{
key: 'nodeHoverOpacity',
flavors: ['svg'],
help: 'Node opacity on hover (0~1).',
required: false,
defaultValue: defaults.nodeHoverOpacity,
type: 'number',
controlType: 'opacity',
group: 'Nodes',
},
{
key: 'nodeSpacing',