You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Detects the interaction target and returns an array * representing the path from `rootNode` to the target. * (Returns an empty array if there is no interactive target.) */constdetectTarget: (rootNode: CanvasNode<any>,x: number,y: number)=>CanvasNode<any>[];