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

IMAGE_SRC

class IMAGE_SRC : HitResult (source)

If the HTML element was of type 'HTMLImageElement' and contained a URI.

Constructors

<init>

IMAGE_SRC(src: String, uri: String)

If the HTML element was of type 'HTMLImageElement' and contained a URI.

Properties

uri

val uri: String

Inherited Properties

src

val src: String