new module:model/ItemAttributes(displayName, extension, theData, obj)
Constructs a new ItemAttributes.
Parameters:
| Name | Type | Description |
|---|---|---|
displayName |
String | displayable name of the item |
extension |
module:model/BaseAttributesExtensionObject | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ItemAttributes | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a ItemAttributes 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) displayName :String
displayable name of the item
Type:
- String
- Source:
(inner) extension :module:model/BaseAttributesExtensionObject
Type:
- Source: