AssignmentAssignedStories

A collection of assigned stories.

Instance Properties

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

Methods

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