Interface for BeforeImageLoad event arguments.
Object
Returns the AJAX configuration details used when the ajaxSettings
URL is specified.
Object[]
Return the current rendering image item as an array of JSON object.
string
Specifies the URL along with custom attributes to be sent to server.
boolean
Specifies whether the image source should be represented as a URL or a Blob object.
Set this property to URL.createObjectURL(file)
), which is useful in scenarios.
where the File Manager must authenticate requests to access the images.