Skip to content

Titanium.UI.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 element to replace.

Properties #

position#

Type: Number

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

view#

Type: Titanium.UI.View

View to insert. Required.

Titanium SDK Documentation