Documentation
Image
image.background.change #
response | Object | The response object with data of the uploaded image |
Occurs whenever a background image of component in the editor is replaced with a new one.
image.background.remove #
Occurs whenever a background image is removed.
image.change #
response | Object | The response object with data of the uploaded image |
Occurs whenever an image in the editor is replaced with a new one.
image.remove #
image | Element |
Occurs whenever an image in the editor is removed.
image.upload.error #
response | Object | JSON object with error data |
Occurs when the image upload fails.
Here is the example of JSON error response:
{
"error": true,
"message": "Something went wrong..."
}