Skip to content

@eodash/eodash / client/types / WebComponentWidget

Interface: WebComponentWidget<T>

Defined in: client/types.ts:72

Widget type: web-component API

Type Parameters

T extends ExecutionTime = "compiletime"

Properties

id

id: string | number | symbol

Defined in: client/types.ts:73


layout

layout: Layout

Defined in: client/types.ts:76

Widget position and size.


title

title: string

Defined in: client/types.ts:74


type

type: "web-component"

Defined in: client/types.ts:78


widget

widget: WebComponentProps<T>

Defined in: client/types.ts:77