# ShowPopoverParams

Dictionary of options for show.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

All properties are optional except you need to specify the view property for the show() method to attach the popover to a view component.

# Properties

# animated

Availability
0.8
0.8
9.2.0
animated :Boolean

Indicates whether to animate showing the popover.

Default: true


# rect

Availability
0.8
0.8
9.2.0
rect :Dimension

Sets the arrow position of the popover relative to the attached view object's dimensions when showing the popover.

Setting the x, y coordinates to (0, 0) places the popover in the top-left corner of the view object. Set both the width and height properties to 1.

Default: All dimension properties are set to zero.


# view

Availability
0.8
0.8
9.2.0

Attaches the popover to the specified view when showing the popover.