Heracles.ts

@hydra-cg/heracles.ts > IIriTemplateMapping

Interface: IIriTemplateMapping

Describes an abstract Hydra IRI template mapping

interface:

Hierarchy

IResource

↳ IIriTemplateMapping

Index

Properties


Properties

iri

● iri: string

Inherited from IResource.iri

Defined in DataModel/IResource.ts:13

Gets an Iri of a resource.

readonly:

returns:


property

● property: IResource

Defined in DataModel/IIriTemplateMapping.ts:20

Gets a property used for this variable mapping.

readonly:

returns:


required

● required: boolean

Defined in DataModel/IIriTemplateMapping.ts:27

Gets the value indicating whether the mapping is required or no.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


variable

● variable: string

Defined in DataModel/IIriTemplateMapping.ts:13

Gets a variable name being mapped.

readonly:

returns: