Skip to content

@eodash/eodash / client/types / BackgroundWidget

Type Alias: BackgroundWidget<T>

BackgroundWidget<T>: Omit<WebComponentWidget<T>, "layout" | "title" | "slidable"> | Omit<InternalComponentWidget, "layout" | "title" | "slidable"> | Omit<IFrameWidget, "layout" | "title" | "slidable"> | Omit<FunctionalWidget<T>, "layout" | "slidable">

Type Parameters

T extends ExecutionTime = "compiletime"

Defined in

core/client/types.d.ts:161