# showParams

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.


# buttonNames

Availability
0.8
9.2.0
buttonNames :Array<String>

Array of String instances.

They will be shown as buttons' titles. They are limited up to three buttons and with a predefined order - positive, neutral, negative. See events.


# message

Availability
0.8
9.2.0
message :String

String to be used as a message for the dialog.


# options

Availability
0.8
9.2.0
options :Array<String>

Array of String instances.

They will be shown as a single choice list.


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


# title

Availability
0.8
9.2.0
title :String

String to be used as title for the dialog.


# view

Availability
0.8
9.2.0

View to which to attach the dialog.