Concept member access for collections
It's possible in an editor definition to specify a member access of a child concept. For example, I can do
( % some_property % -> % some_child_property % )
But if some_property's cardinality were 0..n, then I can only show the collection (the (- cell), but I cannot show a subproperty of every element in the collection. Is there a way around this?
( % some_property % -> % some_child_property % )
But if some_property's cardinality were 0..n, then I can only show the collection (the (- cell), but I cannot show a subproperty of every element in the collection. Is there a way around this?
Please sign in to leave a comment.
With the current approach you can edit child element(s) inside embedded child element editor only. This type CellModel_RefCell ("member access") should be used for editing links.