Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
{
key: 'borderWidth',
help: 'Shape border width.',
type: 'number',
required: false,
defaultValue: defaults.borderWidth,
controlType: 'lineWidth',
group: 'Style',
},
{
key: 'borderColor',
help: 'Method to compute border color.',
type: 'string | object | Function',
required: false,
defaultValue: defaults.borderColor,
controlType: 'inheritedColor',
group: 'Style',
},
{
key: 'gridLevels',
help: 'Number of levels to display for grid',
type: 'number',
required: false,
defaultValue: defaults.gridLevels,
controlType: 'range',
group: 'Grid',
controlOptions: {
min: 1,
max: 12,
},
},