Version: 0.15.2
EmbeddedLinkSubEntity
Hierarchy
- EmbeddedLinkSubEntity
Indexable
- [ k: string]: any
Index
Properties
Properties
Optional
class
• class? : string[]
Defined in src/cnd/siren.ts:134
Describes the nature of an entity's content based on the current representation. Possible values are implementation-dependent and should be documented.
href
• href: string
Defined in src/cnd/siren.ts:142
The URI of the linked sub-entity.
rel
• rel: [RelValue, string]
Defined in src/cnd/siren.ts:138
Defines the relationship of the sub-entity to its parent, per Web Linking (RFC5899).
Optional
title
• title? : undefined | string
Defined in src/cnd/siren.ts:147
Descriptive text about the entity.
Optional
type
• type? : MediaType
Defined in src/cnd/siren.ts:143