Link

sealed interface Link(source)

See also

Properties

Link copied to clipboard
abstract var href: String

Gets the href.

Link copied to clipboard
abstract var hreflang: String

Gets the language of the linked resource.

Link copied to clipboard
abstract var length: String

Gets the link length.

Link copied to clipboard
abstract var rel: String

Gets the link relation.

Link copied to clipboard
abstract var title: String

Gets the link title.

Link copied to clipboard
abstract var type: String

Gets the link type.