Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 386 Bytes

File metadata and controls

13 lines (8 loc) · 386 Bytes

Home > server > PathfindAbortCallback

PathfindAbortCallback type

A callback function called when the pathfinding algorithm aborts.

Signature:

export type PathfindAbortCallback = () => void;