본문으로 건너뛰기

getLightboxValues

Description

라이트박스의 섹션 값을 반환합니다

getLightboxValues: () => any

Returns

  • obj - (object) - 값의 객체

Example

gantt.getLightboxValues();

Details

메서드는 값을 'section_name:value' 쌍의 해시로 반환합니다

const values = gantt.getLightboxValues();
values = {
duration: 2,
end_date: Fri Apr 05 2013 00:00:00 GMT+0300 (GTB Daylight Time),
start_date: Wed Apr 03 2013 00:00:00 GMT+0300 (GTB Daylight Time),
text: "Task #2.1"
}
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.