We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a113d commit 1e38eb1Copy full SHA for 1e38eb1
1 file changed
src/Inspector.ts
@@ -64,6 +64,10 @@ export class Inspector extends EventEmitter {
64
protected document: Document;
65
66
protected selectedNode: InspectorNode | undefined;
67
+
68
+ /**
69
+ * @experimental
70
+ */
71
get $0(): InspectorNode | undefined {
72
if (this.selectedNode && this.selectedNode.tracked) {
73
return this.selectedNode;
0 commit comments