Skip to content

Type alias: GetIntersectingNodes

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

Type declaration

â–¸ (node, partially?, nodes?): GraphNode[]

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

GraphNode[]

Released under the MIT License.