Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
993 stars 196 forks source link

Add "Value" property to Model in order to associate business data #154

Closed xhydongda closed 2 years ago

zHaytam commented 2 years ago

That's what custom node models are for. The default node model can't include everything for all use cases, that's why it's as simple as possible.

xhydongda commented 2 years ago

I saw value property in mxGraph's mxCell model,and it's a pretty common user case to associate business data.