ion-popover
Properties
color
string
The color to use from your Sass $colors map.
Default options are: "primary", "secondary", "danger", "light", and "dark".
For more information, see Theming your App.
component
string
cssClass
string
data
any
delegate
enableBackdropDismiss
boolean
enterAnimation
ev
leaveAnimation
mode
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
For more information, see Platform Styles.
popoverId
number
showBackdrop
boolean
translucent
boolean
willAnimate
boolean
Attributes
color
string
The color to use from your Sass $colors map.
Default options are: "primary", "secondary", "danger", "light", and "dark".
For more information, see Theming your App.
component
string
css-class
string
data
any
delegate
enable-backdrop-dismiss
boolean
enter-animation
ev
leave-animation
mode
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
For more information, see Platform Styles.
popover-id
number
show-backdrop
boolean
translucent
boolean
will-animate
boolean
Events
ionPopoverDidDismiss
Emitted after the popover has dismissed.
ionPopoverDidLoad
Emitted after the popover has loaded.
ionPopoverDidPresent
Emitted after the popover has presented.
ionPopoverDidUnload
Emitted after the popover has unloaded.
ionPopoverWillDismiss
Emitted before the popover has dismissed.
ionPopoverWillPresent
Emitted before the popover has presented.
Methods
dismiss()
present()
Built with StencilJS