Interface
ShadeCoverOptions
ShadeCoverOptions
interface ShadeCoverOptions {
animation: {
enterFrom?: TransitionAnimation
};
color: string;
ignoreShadeRestore: boolean;
opacity: number;
tapToClose: boolean;
}Summary
Properties
animation
color
ignoreShadeRestore
opacity
tapToClose
- Previous
- ScrollEventData
- Next
- ShowModalOptions