PopupParams type
type PopupParams = InteractionParams & {
popup?: Window | null,
popupName: string,
popupWindowAttributes: PopupWindowAttributes,
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
type PopupParams = InteractionParams & {
popup?: Window | null,
popupName: string,
popupWindowAttributes: PopupWindowAttributes,
}