Interface: IPopupControlApi

Properties

closePopup()

closePopup: () => undefined

Returns

undefined

Remarks

Closes the pop-up window referenced by the popup property when it's safe to do so


isPopupSafeAndLive()

isPopupSafeAndLive: () => boolean

Returns

boolean

false if pop-up window is already closed or if accessing the properties of the pop-up window would cause exceptions, true otherwise

Remarks

Indicates when it's safe to access sthe properties of the pop-up window from within the opening or parent Relativity Form


popup: Window

Remarks

Represents the Window object returned from a window.open function call