Skip to content

@eodash/eodash / Configuration / IFrameWidget

Interface: IFrameWidget

Properties

id

ts
id: string | number | symbol;

layout

Widget position and size.

ts
layout: Layout;

title

ts
title: string;

type

ts
type: "iframe";

widget

ts
widget: object;

src

The URL of the page to embed

ts
src: string;