| Package | artcustomer.maxima.engine.assets |
| Interface | public interface IAsset |
| Implementors | AssetObject |
| Property | Defined By | ||
|---|---|---|---|
| bytes : * [read-only] | IAsset | ||
| data : * [read-only] | IAsset | ||
| file : String [read-only] | IAsset | ||
| group : String [read-only] | IAsset | ||
| name : String [read-only] | IAsset | ||
| source : String [read-only] | IAsset | ||
| type : String [read-only] | IAsset | ||
| bytes | property |
bytes:* [read-only] public function get bytes():*| data | property |
data:* [read-only] public function get data():*| file | property |
file:String [read-only] public function get file():String| group | property |
group:String [read-only] public function get group():String| name | property |
name:String [read-only] public function get name():String| source | property |
source:String [read-only] public function get source():String| type | property |
type:String [read-only] public function get type():String