Album

external interface Album

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

images
Link copied to clipboard
js
abstract var images: Array<Image>
name
Link copied to clipboard
js
abstract var name: String
uri
Link copied to clipboard
js
abstract var uri: String

Sources

(source)
Link copied to clipboard