bluefishjs / bluefish-archive

A SolidJS diagramming framework
https://bluefishjs.org
MIT License
75 stars 4 forks source link

User-Facing Layout API should use `undefined` instead of ownership. #2

Open joshpoll opened 1 year ago

joshpoll commented 1 year ago

Ownership should be used internally only. It should be replaced by returning undefined when a field is either unowned or owned by the current layout node. This will simplify the API.