MCPcopy Create free account
hub / github.com/Snapchat/Valdi / Rect

Interface Rect

valdi/vscode_debugger/src/cdp/api.d.ts:7388–7408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7386 * Rectangle.
7387 */
7388 export interface Rect {
7389 /**
7390 * X coordinate
7391 */
7392 x: number;
7393
7394 /**
7395 * Y coordinate
7396 */
7397 y: number;
7398
7399 /**
7400 * Rectangle width
7401 */
7402 width: number;
7403
7404 /**
7405 * Rectangle height
7406 */
7407 height: number;
7408 }
7409 }
7410
7411 /**

Calls

no outgoing calls

Tested by

no test coverage detected