createWindow (options: BrowserWindowConstructorOptions) => WebContents (optional) - If specified, will be called instead of new BrowserWindow to create the new child window and event did-create-window will not be emitted. 構築される子ウインドウには渡された options オブジェクトを使用すべきです。 これを利用すると例えば、新しいウィンドウを別のウィンドウではなく BrowserView として開くことができます。