draggable and zoomable are not valid props
Neither is paneMovable
The list of props can be found here: https://reactflow.dev/api-reference/react-flow
Might be you are looking for nodesDraggable which you can set to false to disable dragging of nodes (although this will not prevent them from being selected).
As for disabling zooming and panning, there's a couple props that handle this like panOnDrag, panOnScroll, zoomOnScroll and zoomOnPinch - all of which you can set to false to prevent any sort of interaction with the pane