ids-enterprise-typings 19.6.9 → 19.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,13 @@ interface SohoCalendar {
|
|
|
183
183
|
*/
|
|
184
184
|
updateEvent(event: SohoCalendarEvent): void;
|
|
185
185
|
|
|
186
|
+
/**
|
|
187
|
+
* Allows to update the events or event types after the calendar renders.
|
|
188
|
+
* @param events An array of events.
|
|
189
|
+
* @param eventTypes An array of event types.
|
|
190
|
+
*/
|
|
191
|
+
updateEvents(events: SohoCalendarEvent[], eventTypes: SohoCalendarEventType[]): void;
|
|
192
|
+
|
|
186
193
|
/**
|
|
187
194
|
* Remove an event from the dataset and page. It uses the id property.
|
|
188
195
|
* @param event The event object with common event properties.
|