Namespaces
Enumerations
Classes
Interfaces
interface ShadeCoverOptions { animation: { enterFrom?: TransitionAnimation }; color: string; ignoreShadeRestore: boolean; opacity: number; tapToClose: boolean; }
animation?: { enterFrom?: TransitionAnimation }
color?: string
ignoreShadeRestore?: boolean
opacity?: number
tapToClose?: boolean