onYScaleClick
Description
Срабатывает, когда пользователь делает одиночный клик по ячейке на оси Y (только в представлении Timeline)
onYScaleClick: (index: number, section: object, e: Event) => void
Parameters
index- (обязателен) number - индекс строки нажатой ячейки (нумерация с нуля)section- (обязателен) object - объект данных нажатой ячейкиe- (обязателен) 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.