Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
group: 'Style',
},
{
key: 'ribbonOpacity',
help: 'Ribbons opacity.',
required: false,
defaultValue: defaults.ribbonOpacity,
type: 'number',
controlType: 'opacity',
group: 'Style',
},
{
key: 'ribbonBorderWidth',
help: 'Ribbons border width.',
required: false,
defaultValue: defaults.ribbonBorderWidth,
type: 'number',
controlType: 'lineWidth',
group: 'Style',
},
{
key: 'ribbonBorderColor',
help: 'Ribbons border color.',
required: false,
defaultValue: defaults.ribbonBorderColor,
type: 'string | object | Function',
controlType: 'inheritedColor',
group: 'Style',
},
{
key: 'enableLabel',
help: 'Enable/disable labels.',