feat: view.getVisible() (#45409)
* feat: view.getVisible() Co-authored-by: Samuel Maddock <smaddock@slack-corp.com> * test: visible apis Co-authored-by: Samuel Maddock <smaddock@slack-corp.com> * docs: clarify getVisible Co-authored-by: Samuel Maddock <smaddock@slack-corp.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Samuel Maddock <smaddock@slack-corp.com>
This commit is contained in:
parent
a07de0099c
commit
f40fc49461
4 changed files with 26 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue