android-components / mozilla.components.concept.engine / HitResult / IMAGE

IMAGE

data class IMAGE : HitResult (source)

If the HTML element was of type 'HTMLImageElement'.

Constructors

<init>

IMAGE(src: String)

If the HTML element was of type 'HTMLImageElement'.

Properties

src

val src: String