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
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.