types: missing typings for iosIgnoreSafeArea (#9153)

This commit is contained in:
Martin Guillon
2021-01-20 10:40:18 +01:00
committed by GitHub
parent 376f3ebdd7
commit d94b5984fc

View File

@@ -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.