AbsDataset

AbsDataset

new AbsDataset()

Source:

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

Members

absErrorMessage :String

Source:

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

Type:
  • String

isLoading :Boolean

Source:

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

Type:
  • Boolean

items :Array

Source:

Gets or sets the AbsDataset concepts list.

Type:
  • Array

promise :Promise

Source:

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

Type:
  • Promise