artboard-deluxe / PossibleBlockingRect
PossibleBlockingRect
PossibleBlockingRect =
Rectangle
| [number
,number
,number
,number
]
Defined in: types/index.ts:37
A possible return type for the getBlockingRects() method.
You may either return an object compatible with Rectangle
(such as the return value of element.getBoundingClientRect()
) or an array of four numbers representing [x, y, width, height]
.