# ShowPopoverParams
Dictionary of options for show.
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
# rect
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.