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