miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.38k stars 224 forks source link

[Question] Data types supported by the Connector #136

Closed shawwillen closed 1 month ago

shawwillen commented 2 months ago

How does the Connector support connections or inputs of different data types (such as double, int, bool, string, and even custom classes)?

miroiu commented 2 months ago

The connector's view model can store information about the data type and the value. Then the XAML can use a different input control for each data type.

miroiu commented 1 month ago

Feel free to reopen the issue if you need more information.