You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
view: string|ViewBase;// View instance to be shown in bottom sheet. Or the name of the module to load starting from the application root.
31
+
view: string|View;// View instance to be shown in bottom sheet. Or the name of the module to load starting from the application root.
32
32
context?: any;// Any context you want to pass to the view shown in bottom sheet. This same context will be available in the arguments of the shownInBottomSheet event handler.
33
33
animated?: boolean;// An optional parameter specifying whether to show the sheet view with animation.
34
34
dismissOnBackgroundTap?: boolean;// An optional parameter specifying whether to dismiss the sheet when clicking on background.
0 commit comments