Type alias: GetIntersectingNodes ​
Ƭ GetIntersectingNodes: (node
: Partial
<Node
> & { id
: Node
["id"
] } | Rect
, partially?
: boolean
, nodes?
: GraphNode
[]) => GraphNode
[]
Type declaration ​
â–¸ (node
, partially?
, nodes?
): GraphNode
[]
Parameters ​
Name | Type |
---|---|
node | Partial <Node > & { id : Node ["id" ] } | Rect |
partially? | boolean |
nodes? | GraphNode [] |