Interface EmbeddedLink

Represent a sub-entity as a link

Hierarchy

Properties

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.

Generated using TypeDoc