본문으로 건너뛰기

show

설명

선택 사항입니다. 초기화 시 Editbar를 표시할지 여부를 정의합니다.

사용법

show?: boolean;

기본 설정

show: true

예제

const editor = new dhx.DiagramEditor("editor_container", {
type: "org",
view: {
// editbar: true, // 기본 Editbar 표시
// 또는 객체를 통해 Editbar 구성
editbar: {
css: "custom_css",
show: true,
width: 300,
controls: {...},
properties: {...}
}
}
});

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