Преглед на файлове

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

Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
Tomas Zaicevas преди 4 години
родител
ревизия
313491ebbd
No account linked to committer's email address
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8
    0
      website/api/options-stack.mdx

+ 8
- 0
website/api/options-stack.mdx Целия файл

@@ -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.