hierarchyPath property

String? hierarchyPath
final

Full hierarchy path for this instance (e.g. "top/adder0").

When available (Dart-first path), used by the canvas to construct fully-qualified signal paths for value lookups. Null in the JS-first path where the hierarchy info isn't available in the layout.

Implementation

final String? hierarchyPath;