Interface: WidgetRenderers
Makaio Framework / contracts/extension / WidgetRenderers
Interface: WidgetRenderers
Section titled “Interface: WidgetRenderers”Defined in: ../../../packages/contracts/src/extension/contributions/widget-types.ts:82
Platform renderers for a widget.
SEAM: Currently supports React; additional platforms can be added as optional keys without breaking existing declarations.
Indexable
Section titled “Indexable”[
platform:string]:WidgetComponentLoader|undefined
SEAM: Future platform renderers (e.g. reactNative, electron).
Additional platforms can be added here as optional keys.
Properties
Section titled “Properties”react:
WidgetComponentLoader
Defined in: ../../../packages/contracts/src/extension/contributions/widget-types.ts:89
React renderer for the web UI.
Lazy-loaded component module with a default export that accepts
WidgetProps<TData> where TData matches the dataSource response.