Browse Source

add 'visible' option i TopBar docs (#6147)

Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
Tomas Zaicevas 4 years ago
parent
commit
313491ebbd
No account linked to committer's email address
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      website/api/options-stack.mdx

+ 8
- 0
website/api/options-stack.mdx View File

18
 };
18
 };
19
 ```
19
 ```
20
 
20
 
21
+### `visible`
22
+
23
+Determines if TopBar is visible or not.
24
+
25
+| Type    | Required | Platform |
26
+| ------- | -------- | -------- |
27
+| boolean | No       | Both     |
28
+
21
 ### `animate`
29
 ### `animate`
22
 
30
 
23
 Determines if changing the TopBar visibility will be animated or not.
31
 Determines if changing the TopBar visibility will be animated or not.