Skip to content

Commit b808fba

Browse files
fix: HidingEvent AsyncCancelable (docs) (DevExpress#30242)
1 parent 3470a34 commit b808fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/ui/popover.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type DisposingEvent = EventInfo<dxPopover>;
5151
* @docid _ui_popover_HidingEvent
5252
* @public
5353
* @type object
54-
* @inherits Cancelable,EventInfo
54+
* @inherits AsyncCancelable,EventInfo
5555
*/
5656
export type HidingEvent = AsyncCancelable & EventInfo<dxPopover>;
5757

0 commit comments

Comments
 (0)