Interface NewWindowOptions

The options for opening new windows.

interface NewWindowOptions {
    external?: boolean;
}

Properties

Properties

external?: boolean

Controls whether the window should be opened externally.