跳到主要内容

resizePoints

描述

可选。启用或禁用通过调整大小控件来调整形状大小的功能

用法

resizePoints?: boolean;

默认配置

resizePoints: true

示例

const editor = new dhx.DiagramEditor("editor_container", {
type: "default", // "org" | "mindmap" | "default"
resizePoints: false, // 默认为 true
// 其他配置
});

更新日志:v6.0 中新增