chore(core): add comment for panBy action
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -253,7 +253,7 @@ export interface Actions extends ViewportFunctions {
|
|||||||
getIntersectingNodes: GetIntersectingNodes
|
getIntersectingNodes: GetIntersectingNodes
|
||||||
/** check if a node is intersecting with a defined area */
|
/** check if a node is intersecting with a defined area */
|
||||||
isNodeIntersecting: IsNodeIntersecting
|
isNodeIntersecting: IsNodeIntersecting
|
||||||
|
/** pan the viewport */
|
||||||
panBy: (delta: XYPosition) => void
|
panBy: (delta: XYPosition) => void
|
||||||
|
|
||||||
/** reset state to defaults */
|
/** reset state to defaults */
|
||||||
|
|||||||
Reference in New Issue
Block a user