Editors should use inheritance Follow
I have an Interface Concept with some fileds and editor.
Another Concept implements that interface.
I would like to override Inspected Cell Layout only, not the Node Cell Layout so it will be inherited from interface/base concept.
So, I miss something like .super() call in Editors.
Please sign in to leave a comment.
Hi Alexander,
We don't have inheritance in editors now.
You can use Editor Components for common parts of editors.
regards,
Evgeny Kurbatsky