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.

  • 5.2.0
  • 5.2.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

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

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

Default: true

MenuPopupShowParams
arrowDirection : Number

Indicates the arrow direction of the menu popup.

Indicates the arrow direction of the menu popup.

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

This API can be assigned the following constants:

MenuPopupShowParams
view : Titanium.UI.View

The view where the menu pop is shown at.

The view where the menu pop is shown at.