Class ImageAPI
Extends
FileAPI.
Defined in: image.js.
Constructor Attributes | Constructor Name and Description |
---|---|
ImageAPI(id, success, error, settings)
WARNING! The ImageAPI object is currently not implemented.
|
Class Detail
ImageAPI(id, success, error, settings)
WARNING! The ImageAPI object is currently not implemented.
- Parameters:
- {number|string} id
- of the image to be loaded
- {function(ContentObjectAPI))=} success
- Optional success callback that will receive this object as its only argument.
- {function(GCNError):boolean=} error
- Optional custom error handler.
- {object} settings
- currently there are no additional settings to be used