slimConnectedPortIds property

Set<String>? slimConnectedPortIds
getter/setter pair

Port IDs that have internal connectivity in a slim module.

Set by the adapter when a slim module's ports carry "connected": true. Emitted as _connectedPorts in the ELK JSON so that ElkLayoutExtractor can show interior port markers without full edge data.

Implementation

Set<String>? slimConnectedPortIds;