We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43280b1 commit 1c4e681Copy full SHA for 1c4e681
1 file changed
packages/core/ui/core/view/view-interfaces.ts
@@ -68,10 +68,20 @@ export interface Inset {
68
right: number;
69
bottom: number;
70
left: number;
71
+ imeBottom: number;
72
+ cutoutLeft: number;
73
+ cutoutTop: number;
74
+ cutoutRight: number;
75
+ cutoutBottom: number;
76
topConsumed: boolean;
77
rightConsumed: boolean;
78
bottomConsumed: boolean;
79
leftConsumed: boolean;
80
+ imeBottomConsumed: boolean;
81
+ cutoutLeftConsumed: boolean;
82
+ cutoutTopConsumed: boolean;
83
+ cutoutRightConsumed: boolean;
84
+ cutoutBottomConsumed: boolean;
85
}
86
87
/**
0 commit comments