Skip to content

Type alias: IsNodeIntersecting ​

Ƭ IsNodeIntersecting: (node: Partial<Node> & { id: Node["id"] } | Rect, area: Rect, partially?: boolean) => boolean

Type declaration ​

â–¸ (node, area, partially?): boolean

Parameters ​
NameType
nodePartial<Node> & { id: Node["id"] } | Rect
areaRect
partially?boolean
Returns ​

boolean

Released under the MIT License.