Skip to content

@eodash/eodash / Configuration / InternalComponentWidget

Interface: InternalComponentWidget

Widget type: internal API. Internal widgets are Vue components provided by eodash.

Properties

id

ts
id: string | number | symbol;

layout

Widget position and size.

ts
layout: Layout;

title

ts
title: string;

type

ts
type: "internal";

widget

ts
widget: ComponentWidget;