We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3470a34 commit b808fbaCopy full SHA for b808fba
packages/devextreme/js/ui/popover.d.ts
@@ -51,7 +51,7 @@ export type DisposingEvent = EventInfo<dxPopover>;
51
* @docid _ui_popover_HidingEvent
52
* @public
53
* @type object
54
- * @inherits Cancelable,EventInfo
+ * @inherits AsyncCancelable,EventInfo
55
*/
56
export type HidingEvent = AsyncCancelable & EventInfo<dxPopover>;
57
0 commit comments