Interface
ShowModalOptions
ShowModalOptions
interface ShowModalOptions {
android: {
cancelable?: boolean
};
animated: boolean;
cancelable: boolean;
closeCallback: Function;
context: any;
fullscreen: boolean;
ios: {
height?: number
presentationStyle?: any
};
stretched: boolean;
}Summary
Properties
android
animated
cancelable
closeCallback
context
fullscreen
ios
stretched
- Previous
- ShadeCoverOptions
- Next
- ShownModallyData