You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Returns**: <code>Dialog</code> - A Dialog object with an internal promise that will be resolved with the ID of the clicked button when the dialog is dismissed. Never rejected.
18
+
**Returns**: <code>Dialog</code> - A Dialog object with an internal promise that will be resolved with the ID
19
+
of the clicked button when the dialog is dismissed. Never rejected.
returns a preference instance that can be listened `.on("change", cbfn(changeType))` . The callback fucntion will be calledwhenever there is a change in the supplied id with a changeType argument. The change type can be one of the two:CHANGE_TYPE_INTERNAL - if change is made within the current app window/browser tapCHANGE_TYPE_EXTERNAL - if change is made in a different app window/browser tab
64
+
returns a preference instance that can be listened `.on("change", cbfn(changeType))` . The callback fucntion will be called
65
+
whenever there is a change in the supplied id with a changeType argument. The change type can be one of the two:
66
+
CHANGE_TYPE_INTERNAL - if change is made within the current app window/browser tap
67
+
CHANGE_TYPE_EXTERNAL - if change is made in a different app window/browser tab
47
68
48
69
**Kind**: global function
49
70
@@ -54,3 +75,32 @@ returns a preference instance that can be listened `.on("change", cbfn(changeTyp
0 commit comments