Bearbeiten

Share via


PopupParams type

type PopupParams = InteractionParams & {
  popup?: Window | null,
  popupName: string,
  popupWindowAttributes: PopupWindowAttributes,
}