gridStep
Description
Optional. Sets the size of a grid step that defines the step of moving a shape/group/swimlane
Usage
gridStep?: number;
info
The specified number must be greater than or equal to 1
Default config
gridStep: 10
Example
const diagram = new dhx.Diagram("diagram_container", {
gridStep:20
});
note
We recommend that you use arrows while moving an item in the editor. This way sets exactly one grid step of moving the item, whereas using a mouse can cause shift the item to several grid steps.