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 #
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.
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.