Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PopupRequestEventArgs class
- Package:
- @microsoft/sp-http-base
Arguments for a popup event if interaction is required during the login flow.
Constructors
| (constructor)(showPopup) | Constructs a new instance of the |
Properties
| showPopup | A handler should call this from user interaction to ensure the browser does not block the popup window |
Constructor Details
(constructor)(showPopup)
Constructs a new instance of the PopupRequestEventArgs class
constructor(showPopup: () => void);
Parameters
- showPopup
-
() => void
Property Details
showPopup
A handler should call this from user interaction to ensure the browser does not block the popup window
showPopup: () => void;
Property Value
() => void
