tridion-sites-extensions-api-docs

Home > @tridion-sites/models > HateoasLink

Represents the hateoas link.

Signature:

export declare class HateoasLink

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the HateoasLink class

Properties

Property Modifiers Type Description
_backendModel   BackendHateoasLink  
getInternalModel   () => BackendHateoasLink  
href   string | undefined Target resource URI.
relationType   string | undefined Link relation type, describes how the current context is related to the target resource.
type   string | undefined Expected resource media type.