Indicates if this window is running Review Interface application.
Whether or not this window is open
Indicates if this window is running Relativity application.
Unique Identifier for the Window.
The window reference containing a DOM document.
Closes this window if it's open.
true if window was closed successfully.
Unregisters an event handler
Event to unregister from
Event handler function. If not passed in, it removes all event handlers.
Boolean indicating if the event handler was registered as a one-time event handler (Defaults to false)
Registers an event handler
Event to listen for
Event handler function
Registers an event handler that is only run once
Event to listen for
Event handler function
Instance of a Window created by IWindowService. Provides properties, methods and events to manage a single popup Window.