Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ GotoPreviousStateBehavior |
| count( | ) |
→ number |
| item( | index) |
→ GotoPreviousStateBehavior |
| itemByName( | name) |
→ GotoPreviousStateBehavior |
| itemByRange( | from, to) |
→ GotoPreviousStateBehavior |
| nextItem( | obj) |
→ GotoPreviousStateBehavior |
| toSource( | ) |
→ string |
-
add( [withProperties])→ GotoPreviousStateBehavior -
Creates a new GotoPreviousStateBehavior.
withPropertiesObject Initial values for properties of the new GotoPreviousStateBehavior (Optional) -
anyItem( )→ GotoPreviousStateBehavior -
Returns any GotoPreviousStateBehavior in the collection.
-
count( )→ number -
Displays the number of elements in the GotoPreviousStateBehavior.
-
everyItem( )→ GotoPreviousStateBehavior -
Returns every GotoPreviousStateBehavior in the collection.
-
firstItem( )→ GotoPreviousStateBehavior -
Returns the first GotoPreviousStateBehavior in the collection.
-
item( index)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehavior with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehavior with the specified ID.
idnumber The ID. -
itemByName( name)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehavior with the specified name.
namestring The name. -
itemByRange( from, to)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehaviors within the specified range.
fromThe GotoPreviousStateBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousStateBehavior, Long Integer or String. toThe GotoPreviousStateBehavior, index, or name at the end of the range. Can accept: GotoPreviousStateBehavior, Long Integer or String. -
lastItem( )→ GotoPreviousStateBehavior -
Returns the last GotoPreviousStateBehavior in the collection.
-
middleItem( )→ GotoPreviousStateBehavior -
Returns the middle GotoPreviousStateBehavior in the collection.
-
nextItem( obj)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehavior whose index follows the specified GotoPreviousStateBehavior in the collection.
objGotoPreviousStateBehavior The GotoPreviousStateBehavior whose index comes before the desired GotoPreviousStateBehavior. -
previousItem( obj)→ GotoPreviousStateBehavior -
Returns the GotoPreviousStateBehavior with the index previous to the specified index.
objGotoPreviousStateBehavior The index of the GotoPreviousStateBehavior that follows the desired GotoPreviousStateBehavior. -
toSource( )→ string -
Generates a string which, if executed, will return the GotoPreviousStateBehavior.