Class: ProjectList

ProjectList()

A ProjectList represents a collection of projects. This can be used for a projects list view populating EML projects. It also supports loading projects from a third-party API in case projects information is located outside of metacat.

Constructor

new ProjectList()

Since:
  • 2.22.0
Source:

Extends

  • Backbone.Collection

Methods

initialize()

Initializing the Model objects project variables.
Source:

parse()

Override backbone's parse to set the data after the request returns from the server
Source:

sync()

Override backbone's sync to set the auth token
Source:

url()

Builds the url from the urlBase
Source: