You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/components.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -815,7 +815,7 @@ export namespace Components {
815
815
*/
816
816
'target': string|undefined;
817
817
/**
818
-
* If `true`, the fab button will be translucent.
818
+
* If `true`, the fab button will be translucent. Only applies to `ios` mode on devices that support [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
* If `true`, the fab button will be translucent. Only applies to `ios` mode on devices that support [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|`show`|`show`| If `true`, the fab button will show when in a fab-list. |`boolean`|`false`|
112
112
|`size`|`size`| The size of the button. Set this to `small` in order to have a mini fab. |`"small" \| undefined`|`undefined`|
113
113
|`target`|`target`| Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`. |`string \| undefined`|`undefined`|
114
-
|`translucent`|`translucent`| If `true`, the fab button will be translucent. |`boolean`|`false`|
114
+
|`translucent`|`translucent`| If `true`, the fab button will be translucent. Only applies to `ios` mode on devices that support [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).|`boolean`|`false`|
115
115
|`type`|`type`| The type of the button. |`"button" \| "reset" \| "submit"`|`'button'`|
0 commit comments