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 b7fac6d commit 6b851dfCopy full SHA for 6b851df
platform/core/src/services/UIDialogService/UIDialogService.ts
@@ -36,6 +36,7 @@ class UIDialogService extends PubSubService {
36
isDraggable = true,
37
showOverlay = false,
38
defaultPosition,
39
+ onClickOutside,
40
}) {
41
return this.serviceImplementation._create({
42
id,
@@ -49,6 +50,7 @@ class UIDialogService extends PubSubService {
49
50
isDraggable,
51
showOverlay,
52
53
54
});
55
}
56
0 commit comments