MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / getViewportElement

Function getViewportElement

yaml-flow-editor/src/utils/image.ts:25–27  ·  view source on GitHub ↗

* Get ReactFlow viewport element

()

Source from the content-addressed store, hash-verified

23 * Get ReactFlow viewport element
24 */
25function getViewportElement(): HTMLElement | null {
26 return document.querySelector('.react-flow__viewport') as HTMLElement | null;
27}
28
29/**
30 * Calculate node bounds and viewport parameters

Callers 1

downloadImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected