Skip to content

Commit 1e38eb1

Browse files
committed
doc: mark $0 experimental
1 parent a7a113d commit 1e38eb1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Inspector.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ export class Inspector extends EventEmitter {
6464
protected document: Document;
6565

6666
protected selectedNode: InspectorNode | undefined;
67+
68+
/**
69+
* @experimental
70+
*/
6771
get $0(): InspectorNode | undefined {
6872
if (this.selectedNode && this.selectedNode.tracked) {
6973
return this.selectedNode;

0 commit comments

Comments
 (0)