Перейти к основному содержимому

hideCover

Description

Удаляет модальное оверлейное окно lightbox, которое блокирует взаимодействие с остальной частью экрана

hideCover: (box?: HTMLElement) => void

Parameters

  • box - (optional) HTMLElement - элемент, который нужно скрыть

Example

scheduler.hideCover(scheduler.getLightbox());

Details

Если вы укажете входной параметр, метод скроет указанный HTML-объект (установив свойство display в значение "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.