본문으로 건너뛰기

getState

Description

간트 차트의 현재 상태를 가져옵니다

getState: () => GanttUIState

Returns

  • obj - (GanttUIState) - 상태 객체

Example

const opened_task = gantt.getState().lightbox;