Interactive ElementsGotoPreviousViewBehaviors

A collection of goto previous view behavior objects.

Instance Properties

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

Methods

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