@eodash/eodash / Configuration / ComponentWidget
Type Alias: ComponentWidget
Internal Vue Components inside the widgets folder. Referenced using their name without the .vue extention
ts
type ComponentWidget =
| TEodashMap
| TEodashDatePicker
| TEodashItemFilter
| TEodashLayerControl
| TEodashStacInfo
| TEodashProcess
| TEodashChart
| TEodashTools
| TEodashLayoutSwitcher
| TEodashItemCatalog
| TExportState
| TPopUp
| TWidgetsContainer
| TEodashTimeSlider;