Widgets that do not actually pull in properties as an argument to the factory do not get custom element information created for them. This means that if your widget just uses middleware, you will not get custom element properties/keys for the middleware properties.
It would be ideal if the custom element transformer looked at the type of the factory rather than the properties parameter.
Enhancement
Widgets that do not actually pull in
properties
as an argument to the factory do not get custom element information created for them. This means that if your widget just uses middleware, you will not get custom element properties/keys for the middleware properties.It would be ideal if the custom element transformer looked at the type of the factory rather than the properties parameter.