본문으로 건너뛰기

resizePoints

설명

선택 사항입니다. 크기 조정 컨트롤을 사용하여 도형의 크기를 조정하는 기능을 활성화/비활성화합니다

사용법

resizePoints?: boolean;

기본 설정

resizePoints: true

예제

const editor = new dhx.DiagramEditor("editor_container", {
type: "default", // "org" | "mindmap" | "default"
resizePoints: false, // 기본값: true
// 기타 설정
});

변경 로그: v6.0에서 추가