LinkCollection

LinkCollection

new LinkCollection()

A collection of WebLink instances.

Source:

Methods

follow(options) → {Array}

Returns an array of Resource instances. In addition, the array has a $promise property that will resolve when all of the Resource instances resolve, allowing you to perform some logic once everything has been fetched.

Parameters:
Name Type Description
options Object

The options to pass to WebLink#follow for each link.

Source:
Returns:

the resources that result from following the contained links.

Type
Array