Skip to content

Commit

Permalink
chore: update ref to docs (🤖)
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-website-docs-updater[bot] committed May 13, 2024
1 parent db99a18 commit 505088e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/latest/api/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Objects created with `new View` have the following instance methods:
* `index` Integer (optional) - Index at which to insert the child view.
Defaults to adding the child at the end of the child list.

If the same View is added to a parent which already contains it, it will be reordered such that
it becomes the topmost view.

#### `view.removeChildView(view)`

* `view` View - Child view to remove.
Expand Down

0 comments on commit 505088e

Please sign in to comment.