Skip to content

Titanium.UI.iOS.MenuPopupShowParams

Dictionary of options for showing a menu popup with Titanium.UI.iOS.MenuPopup.show.

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.

Since: 5.2.0, 5.2.0, 9.2.0 · Platforms: iphone, ipad, macos

Properties #

animated#

Type: Boolean

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

arrowDirection#

Type: Number

Indicates the arrow direction of the menu popup.

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

view#

Type: Titanium.UI.View

The view where the menu pop is shown at.

Titanium SDK Documentation