mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
📝 Document BrowserView.getAllViews()
This commit is contained in:
@@ -40,6 +40,10 @@ view.webContents.loadURL('https://electronjs.org')
|
||||
|
||||
### Static Methods
|
||||
|
||||
#### `BrowserView.getAllViews()`
|
||||
|
||||
Returns `BrowserView[]` - An array of all opened BrowserViews.
|
||||
|
||||
#### `BrowserView.fromId(id)`
|
||||
|
||||
* `id` Integer
|
||||
|
||||
Reference in New Issue
Block a user