Documentation

onLoadError()

Handles the LoadError event emitted when the image fails to load.

onLoadError(handle: string | ViewBuilderEventHandler<UIImage>): this;

Parameters

Return value

The builder instance for chaining.

Related