Version: 0.15.2
Link
Links represent navigational transitions.
Hierarchy
- Link
Indexable
- [ k: string]: any
Links represent navigational transitions.
Index
Properties
Properties
Optional
class
• class? : string[]
Defined in src/cnd/siren.ts:250
Describes aspects of the link based on the current representation. Possible values are implementation-dependent and should be documented.
href
• href: string
Defined in src/cnd/siren.ts:262
The URI of the linked resource.
rel
• rel: RelValue[]
Defined in src/cnd/siren.ts:258
Defines the relationship of the link to its entity, per Web Linking (RFC5988).
Optional
title
• title? : undefined | string
Defined in src/cnd/siren.ts:254
Text describing the nature of a link.
Optional
type
• type? : MediaType
Defined in src/cnd/siren.ts:263