mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: view.getVisible() (#44999)
* feat: view.getVisible() * test: visible apis * docs: clarify getVisible
This commit is contained in:
@@ -106,6 +106,12 @@ Examples of valid `color` values:
|
||||
|
||||
* `visible` boolean - If false, the view will be hidden from display.
|
||||
|
||||
#### `view.getVisible()`
|
||||
|
||||
Returns `boolean` - Whether the view should be drawn. Note that this is
|
||||
different from whether the view is visible on screen—it may still be obscured
|
||||
or out of view.
|
||||
|
||||
### Instance Properties
|
||||
|
||||
Objects created with `new View` have the following properties:
|
||||
|
||||
Reference in New Issue
Block a user