Interface Entity<T>

Represents a URI-addressable resource

Type Parameters

  • T extends object = object

Hierarchy

Properties

actions?: Action[]

Available behavior exposed by the Entity

class?: string[]

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

entities?: SubEntity[]

Related entities represented as embedded links or representations

links?: Link[]

Navigation links that communicate ways to navigate outside the entity graph

properties?: T

Key-value pairs describing the state of the Entity

title?: string

Descriptive text about the Entity

Generated using TypeDoc