Skip to content

WidgetInstance

@wuespace/telestion / user-data / WidgetInstance

WidgetInstance: Object

Represents a widget instance.

See

widgetInstanceSchema

Type declaration

configuration

configuration: Record<string, Json>

The configuration of the widget.

type

type: string

The type ID of the widget.

This is used to determine which widget type to use to render the widget.

See

Widget.id