You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Suppose that we have a list of widgets. Widget looks like this:
options
type depends on widgettype
. For exampleIt'd be cool to create a single
kv
and then create sets of item apis for each widget typeHowever, we can't narrow
swapWidgetApi
to work with swap widgets only. And, as a result, types can't be narrowed tooWhat if we could create api directly from selection? Like
swapWidgets.mapItem
, or passswapWidgets
instead ofwidgets
askv
param?The text was updated successfully, but these errors were encountered: