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 5ae1f7f commit f30d81dCopy full SHA for f30d81d
src/snackbar/snackbar.d.ts
@@ -86,5 +86,10 @@ export interface SnackBarOptions {
86
* The snackbar will appear above that view
87
*/
88
anchorView?: View;
89
+ /**
90
+ * iOS function to ignore special case of presentedViewController
91
+ * like not wanting to show a snack inside a Popover
92
+ */
93
+ iosIgnorePresentedViewController?: (controller) => boolean;
94
}
95
0 commit comments