PopupRequestEventArgs class
如果登录流期间需要交互,则弹出事件的参数。
构造函数
| (constructor)(show |
构造 类的新实例 |
属性
| show |
处理程序应从用户交互中调用它,以确保浏览器不会阻止弹出窗口 |
构造函数详细信息
(constructor)(showPopup)
构造 类的新实例PopupRequestEventArgs
constructor(showPopup: () => void);
参数
- showPopup
-
() => void
属性详细信息
showPopup
处理程序应从用户交互中调用它,以确保浏览器不会阻止弹出窗口
showPopup: () => void;
属性值
() => void