Heracles.ts

@hydra-cg/heracles.ts > ISupportedProperty

Interface: ISupportedProperty

Describes an abstract Hydra property.

interface:

Hierarchy

IResource

↳ ISupportedProperty

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: IProperty

Defined in DataModel/ISupportedProperty.ts:14

Gets the actual property.

readonly:

returns:


readable

● readable: boolean

Defined in DataModel/ISupportedProperty.ts:28

Gets the value indicating whether this property is readable.

readonly:

returns:


required

● required: boolean

Defined in DataModel/ISupportedProperty.ts:21

Gets the value indicating whether this property is required.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


writable

● writable: boolean

Defined in DataModel/ISupportedProperty.ts:35

Gets the value indicating whether this property is writable.

readonly:

returns: