# BackForwardList

The object returned to the backForwardList method.

Availability
8.0.0
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

# backItem

Availability
8.0.0
9.2.0

The item immediately preceding the current item.


# backList

Availability
8.0.0
9.2.0
backList :Array<BackForwardListItem>

The portion of the list preceding the current item.

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


# currentItem

Availability
8.0.0
9.2.0
currentItem :BackForwardListItem

The current item.


# forwardItem

Availability
8.0.0
9.2.0
forwardItem :BackForwardListItem

The item immediately following the current item.


# forwardList

Availability
8.0.0
9.2.0
forwardList :Array<BackForwardListItem>

The portion of the list following the current item.

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