Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Overlay.HighlightRectRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { HighlightRectRequest } = Protocol.Overlay;

Properties

X coordinate

Y coordinate

width: integer

Rectangle width

height: integer

Rectangle height

optional
color: DOM.RGBA

The highlight fill color (default: transparent).

optional
outlineColor: DOM.RGBA

The highlight outline color (default: transparent).