@eodash/eodash / Configuration / Template
Interface: Template
Dashboard rendered widgets specification. 3 types of widgets are supported: "iframe", "internal", and "web-component". A specific object should be provided based on the type of the widget.
Properties
background?
Widget rendered as the dashboard background. Has the same specifications of Widget without the title and layout properties
ts
optional background?: BackgroundWidget;gap?
Gap between widgets
ts
optional gap?: number;loading?
Loading widget
ts
optional loading?: BackgroundWidget;widgets
Array of widgets that will be rendered as dashboard panels.
ts
widgets: Widget[];