瀏覽代碼

Update api-overlay.mdx (#6212)

Most used cases for overlay are Alert and Toast which requires to see behind the overlay
JimTeva 5 年之前
父節點
當前提交
078a3aac10
No account linked to committer's email address
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      website/api/api-overlay.mdx

+ 3
- 0
website/api/api-overlay.mdx 查看文件

16
   component: {
16
   component: {
17
     name: 'example.Overlay',
17
     name: 'example.Overlay',
18
     options: {
18
     options: {
19
+      layout: {
20
+            componentBackgroundColor: 'transparent',
21
+          },
19
       overlay: {
22
       overlay: {
20
         interceptTouchOutside: true
23
         interceptTouchOutside: true
21
       }
24
       }