showLightbox
Description
지정된 작업에 대해 라이트박스를 엽니다
showLightbox: (id: string | number) => void
Parameters
id- (required) string | number - 작업 ID
Example
gantt.showLightbox(1);/*!*/
gantt.hideLightbox();
Details
이 메서드는 onBeforeLightbox 및 onLightbox 이벤트를 트리거합니다.
Related API
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.