# ViewPositionOptions

Pass an object with the following key-value pairs:

  • view (Titanium.UI.View): View to insert
  • position (Number): Position in the children array of the view elment to replace.
Availability
0.8
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

# position

Availability
0.8
0.8
9.2.0
position :Number

Position in the children array of the view element to replace.


# view

Availability
0.8
0.8
9.2.0

View to insert. Required.