docs: fix win.getContentView(
) return type (#44430)
docs: fix win.getContentView() return type
This commit is contained in:
parent
9fc94a162b
commit
7ff7160135
1 changed files with 2 additions and 2 deletions
|
@ -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()`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue