Added missing methods to definition file

This commit is contained in:
Denys Krasnoshchok
2015-12-24 10:43:52 +01:00
parent 1da639a106
commit 9c5ece3a67
+18
View File
@@ -1165,11 +1165,22 @@ interface SchedulerStatic{
*/
deleteEvent(id: any);
/**
* removes all blocking sets from the scheduler
*/
deleteMarkedTimespan();
/**
* removes marking/blocking set by the addMarkedTimespan() and blockTime() methods
* @param id the timespan id
*/
deleteMarkedTimespan(id: string);
/**
* removes marking/blocking set by the addMarkedTimespan() and blockTime() methods
* @param configuration for deleting
*/
deleteMarkedTimespan(config: any);
/**
* deletes a section from the currently active view (if the opened view isn't Timeline in the 'Tree' mode - the method will be ignored)
@@ -1212,6 +1223,13 @@ interface SchedulerStatic{
* expands the scheduler to the full screen view
*/
expand();
/**
* filter events that will be displayed on the week view
* @param id event-id
* @param event event-object
*/
filter_week(id: any, event: any);
/**
* gives access to the objects of lightbox's sections