Can I change a sequence arrow line thickness per arrow?

+1 vote
asked Apr 3, 2017 in To be sorted by anonymous
Would like to represent control signals with thin arrow lines and data as wider arrow lines, is this possible?

skinparam sequenceArrowThickness 1

The above line in my testing, sets all arrows in a sequence diagram to the same thickness.

Thanks!

2 Answers

0 votes
answered Feb 18, 2018 by Anthony-Gaudino (5,720 points)
0 votes
answered Oct 18, 2022 by Potherca (430 points)

This can be achieved in a similar fashion as setting inline colors:

@startuml
a -[thickness=5]> b
@enduml

...