Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
source: string | number, // ref to node id
target: string | number, // ref to node id
value: number
}}>
}
\`\`\`
`,
type: '{ nodes: object[], links: object[] }',
required: true,
},
{
key: 'layout',
help: `Control sankey layout direction.`,
type: 'string',
required: false,
defaultValue: defaults.layout,
controlType: 'radio',
group: 'Base',
controlOptions: {
choices: [
{ label: 'horizontal', value: 'horizontal' },
{ label: 'vertical', value: 'vertical' },
],
},
},
{
key: 'align',
group: 'Base',
help: 'Node alignment method.',
description: `
Defines node alignment method.
Please have a look at the