MCPcopy Create free account
hub / github.com/altic-dev/Pilot / constructor

Method constructor

public/picker/react-component-picker.js:12–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11 class ReactComponentPicker {
12 constructor() {
13 this.isActive = false;
14 this.overlay = null;
15 this.tooltip = null;
16 this.currentElement = null;
17 this.boundMouseOver = this.handleMouseOver.bind(this);
18 this.boundClick = this.handleClick.bind(this);
19 this.boundKeyDown = this.handleKeyDown.bind(this);
20 }
21
22 /**
23 * Activate selection mode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected