* attaches the handler to an inner event of dhtmlxScheduler * @param name the event's name, case-insensitive * @param handler the handler function * @param settings optional, optional, an object with settings for the event handler
(name: SchedulerEventName, handler: SchedulerCallback, settings?: any)
| 1620 | * @param settings optional, optional, an <a href="#propertiesofsettingsobject">object with settings</a> for the event handler |
| 1621 | */ |
| 1622 | attachEvent(name: SchedulerEventName, handler: SchedulerCallback, settings?: any): string; |
| 1623 | |
| 1624 | /** |
| 1625 | * makes the scheduler reflect all data changes in the Backbone model and vice versa |