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

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.