mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: fix win.getContentView() return type (#44430)
docs: fix win.getContentView() return type
This commit is contained in:
@@ -506,13 +506,13 @@ labeled as such.
|
||||
|
||||
#### `win.setContentView(view)`
|
||||
|
||||
* `view` [View](view.md)
|
||||
* `view` [`View`](view.md)
|
||||
|
||||
Sets the content view of the window.
|
||||
|
||||
#### `win.getContentView()`
|
||||
|
||||
Returns [View](view.md) - The content view of the window.
|
||||
Returns [`View`](view.md) - The content view of the window.
|
||||
|
||||
#### `win.destroy()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user