Readonly
forceShould |opener| be set on the newly-created content window?
Readonly
isWhether this is a window opened for printing
Readonly
isWhether this is a window opened for window.print(). When this is true, isForPrinting is necessarily true as well.
Readonly
isIf true
, the content document should be created initially-remote
Readonly
originOrigin Attributes for the to-be-created toplevel BrowsingContext
Readonly
parentBrowsingContext which requested the creation of this new window
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
nsIOpenWindowInfo is a helper type which contains details used when opening new content windows. This object is used to correctly create new initial content documents when creating a new window.