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

onQuickInfo

Description

Вызывает событие, когда появляется всплывающая форма редактирования

onQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - идентификатор события

Example

scheduler.attachEvent("onQuickInfo",function(eventId){
// любая ваша логика здесь
});

Details

примечание

Событие требует активации плагина quick_info.

Change log

  • добавлено в версии 4.4
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.