Skip to content

@eodash/eodash / client/types / InternalComponentWidget

Interface: InternalComponentWidget

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

Properties

id

id: string | number | symbol

Defined in

core/client/types.d.ts:88


layout

layout: Layout

Widget position and size.

Defined in

core/client/types.d.ts:91


title

title: string

Defined in

core/client/types.d.ts:89


type

type: "internal"

Defined in

core/client/types.d.ts:102


widget

widget: object

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

Defined in

core/client/types.d.ts:92