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

onLightboxCancel

Description

Срабатывает, когда пользователь нажимает на кнопку 'Cancel' в lightbox

onLightboxCancel: (id: string | number) => void;

Parameters

  • id - (обязателен) string | number - идентификатор задачи (задача, открытая в lightbox)

Example

gantt.attachEvent("onLightboxCancel", function(id){
// любая ваша логика здесь
})
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.