Type alias WindowCreationOptions

WindowCreationOptions: Partial<WindowOptions> & {
    name: string;
}

Options required to create a new window with Window.create Window.create.

Note that name is the only required property — albeit the url property is usually provided as well (defaults to "about:blank" when omitted).

Generated using TypeDoc