onLoadFromFile(file) Method
Summary
Callback function to be invoked whenever the ContentManager routes a file to this registry.
Syntax
RegisterOptions.prototype.onLoadFromUri = function(
file
)
onLoadFromFile: (file: Blob | File) => void;
Parameters
file
The file being routed to this registry.
Requirements
Target Platforms
See Also
RegistryData Interface
RegistryData Members
Leadtools.ContentManager Namespace