Class: Asset
| Defined in: | src\asset.coffee |
Overview
Base class for asset management This class is managed by JOM class, which calls different parts this class only keeps vital information about an asset
Variables Summary
- name =
-
null - source =
-
"" - origin =
-
"" - content_type =
-
{} - element =
-
{}
Instance Method Summary
- # (String) create_element() creates an element to load the data,
Constructor Details
#
(Class_Object)
constructor(asset)
Construct a new Asset
Instance Method Details
#
(String)
create_element()
creates an element to load the data,