diff --git a/docs/api/web-contents-view.md b/docs/api/web-contents-view.md index 66bb257cf0..ccd0e2be7e 100644 --- a/docs/api/web-contents-view.md +++ b/docs/api/web-contents-view.md @@ -34,6 +34,17 @@ Process: [Main](../glossary.md#main-process) ### `new WebContentsView([options])` + + * `options` Object (optional) * `webPreferences` [WebPreferences](structures/web-preferences.md) (optional) - Settings of web page's features. * `webContents` [WebContents](web-contents.md) (optional) - If present, the given WebContents will be adopted by the WebContentsView. A WebContents may only be presented in one WebContentsView at a time.