new LoaderDataVO(id, type, callback, context, files)
Collection of file infos that is used by loaders to load files
Parameters:
| Name | Type | Description |
|---|---|---|
id |
string | id of collection |
type |
coreutils.LoaderType | loader type |
callback |
function | complete callback |
context |
object | undefined | callback scope |
files |
array.<coreutils.LoaderFileVO> | undefined | to load |