deleteAllSections
정보
이 기능은 PRO 에디션에서만 사용할 수 있습니다.
Description
활성 뷰에서 모든 섹션을 제거합니다.
deleteAllSections: () => void
Example
scheduler.createTimelineView({
name: "timeline",
render:"tree",
...
y_unit:[
{key:"managers", label:"Administration"},
{key:"accounts", label:"Accounting Department"},
{key:"sales", label:"Sales and Marketing"},
{key:"production", label:"Production Department"}
]
});
...
scheduler.deleteAllSections();
Applicable views: Timeline view