Instance Properties
Name | Description | Access |
---|---|---|
length | number The number of objects in the collection. | read-only |
Methods
add( | triggerEvent [, withProperties]) |
→ TimingList |
anyItem( | ) |
→ TimingList |
count( | ) |
→ number |
everyItem( | ) |
→ TimingList |
firstItem( | ) |
→ TimingList |
item( | index) |
→ TimingList |
itemByRange( | from, to) |
→ TimingList |
lastItem( | ) |
→ TimingList |
middleItem( | ) |
→ TimingList |
nextItem( | obj) |
→ TimingList |
previousItem( | obj) |
→ TimingList |
toSource( | ) |
→ string |
-
add( triggerEvent [, withProperties])→ TimingList -
Adds a new event-triggered timing list object.
triggerEvent
DynamicTriggerEvents Trigger Event withProperties
Object Initial values for properties of the new TimingList (Optional) -
anyItem( )→ TimingList -
Returns any TimingList in the collection.
-
count( )→ number -
Displays the number of elements in the TimingList.
-
everyItem( )→ TimingList -
Returns every TimingList in the collection.
-
firstItem( )→ TimingList -
Returns the first TimingList in the collection.
-
item( index)→ TimingList -
Returns the TimingList with the specified index or name.
index
The index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ TimingList -
Returns the TimingLists within the specified range.
from
The TimingList, index, or name at the beginning of the range. Can accept: TimingList, Long Integer or String. to
The TimingList, index, or name at the end of the range. Can accept: TimingList, Long Integer or String. -
lastItem( )→ TimingList -
Returns the last TimingList in the collection.
-
middleItem( )→ TimingList -
Returns the middle TimingList in the collection.
-
nextItem( obj)→ TimingList -
Returns the TimingList whose index follows the specified TimingList in the collection.
obj
TimingList The TimingList whose index comes before the desired TimingList. -
previousItem( obj)→ TimingList -
Returns the TimingList with the index previous to the specified index.
obj
TimingList The index of the TimingList that follows the desired TimingList. -
toSource( )→ string -
Generates a string which, if executed, will return the TimingList.