Skip to content

registerWidgets

@wuespace/telestion / index / registerWidgets

registerWidgets(…widgets): void

Registers widgets in the widget store.

If a widget with the same ID already exists in the widget store, a warning is logged and the widget is ignored.

Parameters

• …widgets: Widget<Record<string, Json>>[]

The widgets to be registered.

Returns

void