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 false to render the image source as a Blob (e.g., via URL.createObjectURL(file)), which is useful in scenarios.
where the File Manager must authenticate requests to access the images.