# MenuPopupShowParams

Dictionary of options for showing a menu popup with show.

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

The parameters used when showing a menu popup. Must include the view property to tell the menu popup at which view it should be shown. Also set the animated property to false if you want to show the menu popup without an animation.

# Properties

# animated

Availability
5.2.0
9.2.0
animated :Boolean

Determines whether the menu popup should be opened or closed animated.

Default: true


# arrowDirection

Availability
5.2.0
9.2.0
arrowDirection :Number

Indicates the arrow direction of the menu popup.

Use this property to indicate the menu popups arrow to use.

Default: Titanium.UI.iOS.MENU_POPUP_ARROW_DIRECTION_DEFAULT


# view

Availability
5.2.0
9.2.0

The view where the menu pop is shown at.