Quellcode durchsuchen

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

Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
Tomas Zaicevas vor 4 Jahren
Ursprung
Commit
313491ebbd
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      website/api/options-stack.mdx

+ 8
- 0
website/api/options-stack.mdx Datei anzeigen

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