Class: module:model/MetadataMetadata

module:model/MetadataMetadata(name, guid, theData, obj)

new module:model/MetadataMetadata(name, guid, theData, obj)

Constructs a new MetadataMetadata. metadata definition

Parameters:
Name Type Description
name String

Name of the model view

guid String

Unique identifier for the model view

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/MetadataMetadata

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a MetadataMetadata 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:

(inner) guid :String

Unique identifier for the model view

Type:
  • String
Source:

(inner) name :String

Name of the model view

Type:
  • String
Source:

(inner) role :String

Unique identifier for the model view

Type:
  • String
Source: