callWidgetFactoryWithConfig<
W
>(parameter
):WidgetSlotContext
<W
>
Call a widget factory using provided configs.
• W extends Widget
<object
, object
, object
, object
>
the parameter
Partial
<WidgetProps
<W
>> | ReadableSignal
<undefined
| Partial
<WidgetProps
<W
>>>
the default config of the widget
true
enable patching changed props
Partial
<Pick
<WidgetProps
<W
>, keyof WidgetProps
<W
> & `on${string}Change`>>
the events of the widget
the widget factory to call
Partial
<WidgetProps
<W
>>
the props of the widget
null
| ReadableSignal
<undefined
| Partial
<WidgetProps
<W
>>>
the config of the widget, overriding the defaultConfig
the widget