mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: fix win.getContentView() return type (#44463)
docs: fix win.getContentView() return type Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
@@ -481,13 +481,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