Image

external interface Image

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

height
Link copied to clipboard
js
abstract val height: Number?
url
Link copied to clipboard
js
abstract val url: String
width
Link copied to clipboard
js
abstract val width: Number?

Sources

(source)
Link copied to clipboard