data class IMAGE_SRC : HitResult
(source)
If the HTML element was of type 'HTMLImageElement' and contained a URI.
IMAGE_SRC(src: String, uri: String)
If the HTML element was of type 'HTMLImageElement' and contained a URI. |
val src: String |
|
val uri: String |