How to hide the object members?

0 votes
asked Sep 15, 2021 in Question / help by dragondive (1,380 points)

Per Object Diagram document, "Hide attributes, methods..." feature is common with class diagrams. But it doesn't seem to be working. See example on plantuml server, where I have tried various commands, both above and below the object declaration, but it doesn't hide the members.

My understanding is that the "empty" box below the object name should be hidden, as it happens in case of class diagrams. What am I missing here?

hide empty members
hide object members
hide object fields
object Bob 
hide empty members
hide object members
hide object fields

1 Answer

0 votes
answered Apr 19, 2023 by The-Lu (89,080 points)

Hello D., and all,

FYI, It is now done (from V1.2023.4) with:

Thanks to PlantUML Team,
Regards.

...