new AssetVO(id, type, data)
Typedef that is used to store loaded assets
Parameters:
| Name | Type | Description |
|---|---|---|
id |
string | id of asset |
type |
string | assets type |
data |
* | loaded data |