UNPKG

@highcharts/dashboards

Version:
42 lines (41 loc) 774 B
/* * * * (c) 2009-2025 Highsoft AS * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * Authors: * - Karol Kolodziej * * */ 'use strict'; import Component from '../Component.js'; /* * * * Constants * * */ const HTMLComponentDefaults = { type: 'HTML', className: [ Component.defaultOptions.className, `${Component.defaultOptions.className}-html` ].join(' '), elements: [], editableOptions: [ ...Component.defaultOptions.editableOptions || [], { name: 'htmlInput', propertyPath: ['html'], type: 'textarea' } ] }; /* * * * Default Export * * */ export default HTMLComponentDefaults;