ソースを参照

Update top-level-api.md (#6056)

Show transparent overlay option in docs
Harvey Connor 4 年 前
コミット
d2f7f6dc5d
No account linked to committer's email address
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4
    1
      docs/docs/top-level-api.md

+ 4
- 1
docs/docs/top-level-api.md ファイルの表示

@@ -61,7 +61,10 @@ Navigation.showOverlay({
61 61
     options: {
62 62
       overlay: {
63 63
         interceptTouchOutside: true
64
-      }
64
+      },
65
+      layout: {
66
+        componentBackgroundColor: 'transparent', // Use this if you want your background to be transparent.
67
+      },
65 68
     }
66 69
   }
67 70
 });