grid
Description
Optional. Enables/disables a grid that is displayed on the editor canvas
Usage
grid?: boolean;
Default config
grid: true
Example
const editor = new dhx.DiagramEditor("editor_container", {
type: "default", // "org" | "mindmap" | "default"
grid: false, // true by default
// other configurations
});
Change log: Added in v6.0