How to prevent one Shape from being draggable?

Is there a simple way to prevent a single Shape/Node from being dragged around? I want to lock a couple of the shapes on my graph and let some of the others remain draggable.

Couldn’t find anything on the forums or in the docs referencing this.

Set or bind Part.movable to false.
http://gojs.net/latest/intro/permissions.html