mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
types: missing typings for iosIgnoreSafeArea (#9153)
This commit is contained in:
5
packages/core/ui/core/view/index.d.ts
vendored
5
packages/core/ui/core/view/index.d.ts
vendored
@@ -392,6 +392,11 @@ export abstract class View extends ViewBase {
|
||||
* Enables or disables the iosOverflowSafeArea property for all children. This property is iOS specific. Default value: true
|
||||
*/
|
||||
iosOverflowSafeAreaEnabled: boolean;
|
||||
|
||||
/**
|
||||
* Gets or sets a value indicating whether the the view should totally ignore safe areas computation. This property is iOS specific. Default value: false
|
||||
*/
|
||||
iosIgnoreSafeArea: boolean;
|
||||
|
||||
/**
|
||||
* Gets is layout is valid. This is a read-only property.
|
||||
|
||||
Reference in New Issue
Block a user