Initialization Option Reports API

reports

An array of configuration objects for each report being initialized.

Values

Request object key reports

Type array[Report]

Type definitions

Report object

A configuration object used for the initialization of an individual report. An object of this type must conform to the object definition of one of the available Learnosity report types.

  • id string
    A host-page supplied unique identifier for this report. Used to render the report into a DOM hook on the host page.
  • type string
    The type of report. Must be a valid report type.

See Report Types reference for more information.

this is a mandatory property.

Was this article helpful?