onLoadError()
Handles the
LoadErrorevent emitted when the image fails to load.
onLoadError(handle: string | ViewBuilderEventHandler<UIImage>): this;
Parameters
- handle — The function to call, or the name of an event to emit instead.
Return value
The builder instance for chaining.
Related
class ImageBuilder static
A builder class for creating UIImage instances.
