Ver código fonte

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

Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
Tomas Zaicevas 4 anos atrás
pai
commit
313491ebbd
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      website/api/options-stack.mdx

+ 8
- 0
website/api/options-stack.mdx Ver arquivo

@@ -18,6 +18,14 @@ const options = {
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 29
 ### `animate`
22 30
 
23 31
 Determines if changing the TopBar visibility will be animated or not.