[Style][Sequence] Allow stereotype for arrow, on sequence diagram

0 votes
asked Mar 9, 2022 in Wanted features by The-Lu (57,500 points)

Hello PlantUML team,

  • Could you allow stereotype for arrow, on sequence diagram?

Here is an example:

CodeOutput
@startuml
<style>
.a {
  LineStyle 10
  Linecolor red
}
</style>
participant alice
alice -> bob : msg
alice -> bob <<a>> : red
@enduml

Regards,
Th.

1 Answer

+1 vote
answered Mar 10, 2022 by plantuml (291,220 points)
selected Mar 11, 2022 by The-Lu
 
Best answer

Thanks for the suggestion.

This is implemented, except for LineStyle.

commented Mar 11, 2022 by The-Lu (57,500 points)

Thanks a lot... now style/stereotype covers almost all the diagram. yes

This is implemented, except for LineStyle.

For that, there is:

wink
...