"hide empty description" for composite states with only outputPin

0 votes
asked Oct 6, 2023 in Wanted features by sion-zenit (120 points)

Hi! It is possible to hide white space for composite states if they not contain inner states, except outputPin, inputPin, etc.? For example:

@startuml
hide empty description

state SimpleOutput {
    SimpleOutput: description
    state out <<outputPin>>
}

state SimpleInput {
    state in <<inputPin>>
}

out --> in
@enduml
I would like to hide white space in this diagram for composite states.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...