@eodash/eodash / Configuration / BackgroundWidget
Type Alias: BackgroundWidget
ts
type BackgroundWidget =
| Omit<WebComponentWidget, "layout" | "title" | "slidable">
| Omit<InternalComponentWidget, "layout" | "title" | "slidable">
| Omit<IFrameWidget, "layout" | "title" | "slidable">
| Omit<FunctionalWidget, "layout" | "slidable">;