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