Is it possible to define an Interface that UIBuilder finds as a Data Source Type in UIBuilder/Inspector/Bindings/DataSource/Type ?
I can set the Interface type directly in .UXML file as in:
‘<ui:GroupBox data-source-type=“ViewModels.IMyViewModel, UI.ViewModels”>’
and it works but UIBuilder does not show as a type under UIBuilder->Inspector->Bindings->Data Source->Type.
I would like it to appear there to increase code sustainability by not having to manually update .UXML files to use the interface.