/ FileManager / BeforeImageLoadEventArgs
Search results

BeforeImageLoadEventArgs API in JavaScript (ES5) FileManager API control

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

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.