onYScaleClick
Description
Срабатывает при одиночном клике пользователя на ячейку по оси Y (применимо только в режиме Timeline)
onYScaleClick: (index: number, section: object, e: Event) => void
Parameters
index- (required) number - нулевой индекс выбранной строкиsection- (required) object - объект данных, соответствующий кликнутой ячейкеe- (required) Event - нативный объект события
Example
scheduler.attachEvent("onYScaleClick", function (index, section, e){
//любая ваша логика здесь
});
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.