Load

data class Load(val source: Source) : SourceEvent

Emitted when a Source starts loading.

Constructors

Link copied to clipboard
constructor(source: Source)

Properties

Link copied to clipboard

The Source that started loading.