Represents a URI-addressable resource

Hierarchy

  • Link

Implements

Indexable

[extension: string]: unknown

Constructors

Properties

Methods

Constructors

Properties

class: string[] = []

List of strings describing the nature of the Link based on the current representation. Possible values are implementation-dependent and should be documented.

href: string

URI of the linked resource.

rel: string[]

List of strings describing the relationship of the Link to its Entity, per RFC 8288.

title?: string

Text describing the nature of the link.

type?: string

Hint indicating what the media type of the result of dereferencing the Link should be, per RFC 8288.

Methods

Generated using TypeDoc