# OptionDialogShowParams

Dictionary of options for the show method.

Availability
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.

# Properties

# animated

Availability
0.8
9.2.0
animated :Boolean

Determines whether to animate the dialog as it is shown.


# rect

Availability
0.8
9.2.0
rect :Dimension

Positions the arrow of the option dialog relative to the attached view's dimensions.

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


# view

Availability
0.8
9.2.0

View to which to attach the dialog.