Skip to main content

hideCover

Description

Hides the lightbox modal overlay that blocks interactions with the remaining screen

hideCover: (box?: HTMLElement) => void

Parameters

Example

gantt.hideCover(gantt.getLightbox());

Details

If you specify the input parameter, the method will hide the specified HTML object element (by setting the display property to "none").

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.