expandPortThroughRecursive method

bool expandPortThroughRecursive(
  1. String nodeId,
  2. String portId
)

Reveal a port path recursively across opened hierarchy boundaries.

Implementation

bool expandPortThroughRecursive(String nodeId, String portId) =>
    schematic.expandPortThroughRecursive(nodeId, portId);