To increase readability I would like to place (interface) node names to the right of the node. Is this somehow possible?
@startuml
left to right direction
() "longer_interface_name" as interface
[component one] --> interface
[component two] --> interface
[component three] --> interface
[component four] --> interface
[component five] --> interface
@enduml
leads to
but I'd like to have something like