Class: module:model/HubAttributes

module:model/HubAttributes(name, extension, theData, obj)

new module:model/HubAttributes(name, extension, theData, obj)

Constructs a new HubAttributes.

Parameters:
Name Type Description
name String

displayable name of the hub

extension module:model/BaseAttributesExtensionObject
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/HubAttributes

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a HubAttributes 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) extension :module:model/BaseAttributesExtensionObject

Type:
Source:

(inner) name :String

displayable name of the hub

Type:
  • String
Source: