Hello In exploring the implementation of UI using DASH I noticed a the MultiViewer is a little ambiguous
When it got introduced last year, as a counterpart to MultiEditor, I had assumed that booth mean to render multiple values of a property and noting else. However, given the definition of dash:DetailsViewer, I notice that it's not so clear. The details viewer is defined to render all properties of a focus node but that does not make it a multi-viewer in the original sense. It does in fact render a single resource (and its subgraph). Consider a scenario like below *[* * sh:property [* * sh:path ex:foo ;* * dash:viewer ex:MyMultiViewer ;* * ] ;* *]* How should a component building the UI using this shape interpret the annotation? Is *ex:MyMultiViewer* intended to render all objects of *ex:foo* or every individual? Best, Tom -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/9221d313-67dd-45f5-828b-02517ce88828n%40googlegroups.com.
