getTaskTop

타임라인 영역 내에서 작업의 DOM 요소의 상단 위치를 가져옵니다.

number getTaskTop(number | string id);
idnumber | string작업의 ID
number작업 DOM 요소의 CSS top 위치(pixel 단위)

Example

gantt.getTaskTop(2);

See also
Back to top