Contents
- Properties
Having trouble getting help?
Contact Support
Contact Support
BeforeImageLoadEventArgs
12 Sep 20251 minute to read
Interface for BeforeImageLoad event arguments.
Properties
ajaxSettings Object
Returns the AJAX configuration details used when the ajaxSettings URL is specified.
fileDetails Object[]
Return the current rendering image item as an array of JSON object.
imageUrl string
Specifies the URL along with custom attributes to be sent to server.
useImageAsUrl 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.