highlight_element
Visually highlight a React component in the UI for debugging by specifying its element ID and optional duration.
Instructions
Highlight an element in the app UI
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element ID to highlight | |
| duration | No | Highlight duration in ms (default: 2000) |