Bind Carousel with DataRecord

https://snippet.webix.com/b01hzc70

If you try to bind a carousel and a datarecord it’ll lead to script-errors

Hey, Jendrik, I’m afraid that binding your carousel with a DataRecord would never really work out, since these components don’t share the methods and events they would require to interact with each other via binding. Instead, one of the ways you could achieve linking your components together would be something like this: https://snippet.webix.com/50nlmdca
If you would like to get a deeper understanding on how the binding works i recommend you check out these articles https://docs.webix.com/desktop__data_binding.html
https://docs.webix.com/desktop__binding_details.html

Yeah that’s what I initially thought and my workaround is quite similar to yours.
However I think the BaseBind Mixin should be removed from layout-like views or at least it should be removed from the documentation