A collection of assigned stories.
|
Method
|
Returns
|
Description
|
|
anyItem
|
Object
|
Returns a random assigned story.
|
|
firstItem
|
Object
|
Returns the first assigned story.
|
|
itemByID
|
Object
|
Returns the assigned story with the specified ID.
|
|
itemByRange
|
Objects
|
Returns the assigned stories within the specified range.
|
|
lastItem
|
Object
|
Returns the last assigned story.
|
|
middleItem
|
Object
|
Returns the middle assigned story.
|
|
nextItem
|
Object
|
Returns the next assigned story.
|
|
previousItem
|
Object
|
Returns the previous assigned story.
|