Skip to content

@eodash/eodash / client/types / InternalComponentWidget

Interface: InternalComponentWidget

Defined in: client/types.ts:87

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

Properties

id

id: string | number | symbol

Defined in: client/types.ts:88


layout

layout: Layout

Defined in: client/types.ts:91

Widget position and size.


title

title: string

Defined in: client/types.ts:89


type

type: "internal"

Defined in: client/types.ts:102


widget

widget: object

Defined in: client/types.ts:92

name

name: string

Internal Vue Components inside the widgets folder. Referenced using their name without the .vue extention

properties?

optional properties: Record<string, unknown>

Specified Vue component props