PopupParams type
type PopupParams = InteractionParams & {
popup?: Window | null,
popupName: string,
popupWindowAttributes: PopupWindowAttributes,
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
type PopupParams = InteractionParams & {
popup?: Window | null,
popupName: string,
popupWindowAttributes: PopupWindowAttributes,
}