Displays a Popover Page. 
The Popover is a view that floats above an app’s content. Popovers provide an easy way to present or gather information from the user and are commonly used in the following situations:
 • Show more info about the current view
 • Select a commonly used tool or configuration
 • Present a list of actions to perform inside one of your views.
You can use the Close Popover action to dismiss a Popover.
| Name | Description | 
|---|---|
| Css Class | Additional classes for custom styles, separated by spaces. | 
| Enable Backdrop Dismiss | If true, tapping on the back drop will dismiss the page. | 
| Page | The page to be displayed as a Popover. | 
| Page data | Additional page data Object (be sure to use an object not a string) passed to the modal page. You can access this data in the modal page by using a (TS) expression this.navParams.data. | 
    
| Show Backdrop | Show a backdrop (dark background) behind the page. This will only occur if the page is displayed as popup as defined in the Theme component. See $modal-inset-min-width. | 
    
| Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. | 
| Is active | Defines whether the component is active. | 
 Popover Page