File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import {
3131import dxDraggable from './draggable' ;
3232
3333import dxForm , { Item as FormItem } from './form' ;
34- import dxPopup from './popup' ;
34+ import dxPopup , { Properties as dxSchedulerPopupOptions } from './popup' ;
3535
3636import dxSortable from './sortable' ;
3737import { dxToolbarItem } from './toolbar' ;
@@ -667,10 +667,10 @@ export interface dxSchedulerOptions extends WidgetOptions<dxScheduler> {
667667 } | undefined ;
668668 /**
669669 * @docid
670- * @default undefined
670+ * @default {}
671671 * @public
672672 */
673- popup ?: Properties ;
673+ popup ?: dxSchedulerPopupOptions ;
674674 } ;
675675 /**
676676 * @docid
Original file line number Diff line number Diff line change @@ -26505,7 +26505,7 @@ declare module DevExpress.ui {
2650526505 /**
2650626506 * [descr:dxSchedulerOptions.editing.popup]
2650726507 */
26508- popup?: DevExpress.ui.dxScheduler .Properties;
26508+ popup?: DevExpress.ui.dxPopup .Properties;
2650926509 };
2651026510 /**
2651126511 * [descr:dxSchedulerOptions.endDateExpr]
You can’t perform that action at this time.
0 commit comments