I need to replicate an existing flow application to Angular. The flowchart consist on simple blocks with a single input and multiple outputs (depending on their type). Every block displays the port names, its type (name and icon) and its step name. Please see the attached image.
I'm trying to do this using Kendo diagrams based on the following guides:
https://www.telerik.com/kendo-angular-ui/components/diagrams/shapes#changing-the-shape-visuals
I think the header/icon/footer schema can be replicated using the visual function of the ShapeDefaults option of the DiagramComponent (kendo-diagram). However, I don't find a way to do the same with the block ports (Connectors). I would like to:
- Show the port name insede the block
- Make the the ports always visible (not only when focused)
- Style the ports according to their type (input/output)
Is there an embeded way to do this?
Thank you in advance for your help.
