Class: AbsDataset

AbsDataset()

new AbsDataset()

Represents the ABS Dataset associated with a ABS ITT API data source. An AbsDataset contains an array one of more AbsConcepts.

Source:

Members

absErrorMessage :String

Gets or sets an error message resulting from attempting to get the AbsDataset, or undefined if no has error occurred.

Type:
  • String
Source:

isLoading :Boolean

Gets or sets a value indicating whether the AbsDataset is currently loading.

Type:
  • Boolean
Source:

items :Array

Gets or sets the AbsDataset concepts list.

Type:
  • Array
Source:

promise :Promise

Gets or sets a promise that, when resolved, indicates that the AbsDataset is fully populated.

Type:
  • Promise
Source: