Skip to content

Titanium.UI.BackForwardList

The object returned to the Titanium.UI.WebView.backForwardList method.

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

Properties #

backItem#

Type: BackForwardListItem

The item immediately preceding the current item.

backList#

Type: Array<BackForwardListItem>

The portion of the list preceding the current item.

The items are in the order in which they were originally visited.

currentItem#

Type: BackForwardListItem

The current item.

forwardItem#

Type: BackForwardListItem

The item immediately following the current item.

forwardList#

Type: Array<BackForwardListItem>

The portion of the list following the current item.

The items are in the order in which they were originally visited.

Titanium SDK Documentation