expandWire method

bool expandWire(
  1. String nodeId,
  2. String wireName
)

Partially reveal a wire by name.

Implementation

bool expandWire(String nodeId, String wireName) =>
    schematic.expandWire(nodeId, wireName);