Class: module:model/Messages

module:model/Messages(theData, obj)

new module:model/Messages(theData, obj)

Constructs a new Messages. Translation service message

Extends:
  • Array
Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/Messages

Optional instance to populate.

Source:

Extends

  • Array

Members

(static) constructFromObject

Constructs a Messages from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source: