Files
bitburner-src/markdown/bitburner.goanalysis.clearpointhighlight.md
T

26 lines
658 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GoAnalysis](./bitburner.goanalysis.md) &gt; [clearPointHighlight](./bitburner.goanalysis.clearpointhighlight.md)
## GoAnalysis.clearPointHighlight() method
Removes the highlight color and text from the specified node.
**Signature:**
```typescript
clearPointHighlight(x, y): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| x | (not declared) | the x coordinate to remove highlight from |
| y | (not declared) | the y coordinate to remove highlight from |
**Returns:**
void