The number of pixels to move the selected shape when using Cmd/Ctrl + Arrow keys.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    navigatable: {
        smallStep: 5
    },
    shapes: [
        { id: "1", x: 100, y: 100, content: { text: "Shape 1" } }
    ]
});
</script>
In this article
navigatable.smallStep
Not finding the help you need?
Contact Support