📝 Document BrowserView.getAllViews()
This commit is contained in:
parent
4d18cbe728
commit
69e461083a
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ view.webContents.loadURL('https://electronjs.org')
|
||||||
|
|
||||||
### Static Methods
|
### Static Methods
|
||||||
|
|
||||||
|
#### `BrowserView.getAllViews()`
|
||||||
|
|
||||||
|
Returns `BrowserView[]` - An array of all opened BrowserViews.
|
||||||
|
|
||||||
#### `BrowserView.fromId(id)`
|
#### `BrowserView.fromId(id)`
|
||||||
|
|
||||||
* `id` Integer
|
* `id` Integer
|
||||||
|
|
Loading…
Add table
Reference in a new issue