Interactive ElementsGotoPreviousPageBehaviors

A collection of goto previous page behavior objects.

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

add(
[withProperties])
 → GotoPreviousPageBehavior
count(
)
 → number
toSource(
)
 → string
add(
[withProperties])
 → GotoPreviousPageBehavior
Creates a new GotoPreviousPageBehavior.
withProperties Object Initial values for properties of the new GotoPreviousPageBehavior (Optional)
anyItem(
)
 → GotoPreviousPageBehavior
Returns any GotoPreviousPageBehavior in the collection.
count(
)
 → number
Displays the number of elements in the GotoPreviousPageBehavior.
everyItem(
)
 → GotoPreviousPageBehavior
Returns every GotoPreviousPageBehavior in the collection.
firstItem(
)
 → GotoPreviousPageBehavior
Returns the first GotoPreviousPageBehavior in the collection.
item(
index)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehavior with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByID(
id)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehavior with the specified ID.
id number The ID.
itemByName(
name)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehavior with the specified name.
name string The name.
itemByRange(
from, to)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehaviors within the specified range.
from The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.
to The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String.
lastItem(
)
 → GotoPreviousPageBehavior
Returns the last GotoPreviousPageBehavior in the collection.
middleItem(
)
 → GotoPreviousPageBehavior
Returns the middle GotoPreviousPageBehavior in the collection.
nextItem(
obj)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehavior whose index follows the specified GotoPreviousPageBehavior in the collection.
obj GotoPreviousPageBehavior The GotoPreviousPageBehavior whose index comes before the desired GotoPreviousPageBehavior.
previousItem(
obj)
 → GotoPreviousPageBehavior
Returns the GotoPreviousPageBehavior with the index previous to the specified index.
obj GotoPreviousPageBehavior The index of the GotoPreviousPageBehavior that follows the desired GotoPreviousPageBehavior.
toSource(
)
 → string
Generates a string which, if executed, will return the GotoPreviousPageBehavior.