mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
docs(): add iOS only note to translucent props (#18529)
* docs(): add ios-only note to translucency * change wording slightly * update ios only verbiage
This commit is contained in:
8
core/src/components.d.ts
vendored
8
core/src/components.d.ts
vendored
@ -1634,7 +1634,7 @@ export namespace Components {
|
||||
*/
|
||||
'mode': Mode;
|
||||
/**
|
||||
* If `true`, the footer will be translucent. Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
||||
* If `true`, the footer will be translucent. Only applies to `ios` mode. Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
||||
*/
|
||||
'translucent': boolean;
|
||||
}
|
||||
@ -1644,7 +1644,7 @@ export namespace Components {
|
||||
*/
|
||||
'mode'?: Mode;
|
||||
/**
|
||||
* If `true`, the footer will be translucent. Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
||||
* If `true`, the footer will be translucent. Only applies to `ios` mode. Note: In order to scroll content behind the footer, the `fullscreen` attribute needs to be set on the content.
|
||||
*/
|
||||
'translucent'?: boolean;
|
||||
}
|
||||
@ -1668,7 +1668,7 @@ export namespace Components {
|
||||
*/
|
||||
'mode': Mode;
|
||||
/**
|
||||
* If `true`, the header will be translucent. Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
||||
* If `true`, the header will be translucent. Only applies to `ios` mode. Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
||||
*/
|
||||
'translucent': boolean;
|
||||
}
|
||||
@ -1678,7 +1678,7 @@ export namespace Components {
|
||||
*/
|
||||
'mode'?: Mode;
|
||||
/**
|
||||
* If `true`, the header will be translucent. Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
||||
* If `true`, the header will be translucent. Only applies to `ios` mode. Note: In order to scroll content behind the header, the `fullscreen` attribute needs to be set on the content.
|
||||
*/
|
||||
'translucent'?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user