chore(core): add comment for panBy action

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-02 16:53:54 +01:00
parent a6a6c0b1af
commit 3c2255ba52

View File

@@ -253,7 +253,7 @@ export interface Actions extends ViewportFunctions {
getIntersectingNodes: GetIntersectingNodes
/** check if a node is intersecting with a defined area */
isNodeIntersecting: IsNodeIntersecting
/** pan the viewport */
panBy: (delta: XYPosition) => void
/** reset state to defaults */