Heracles.ts

@hydra-cg/heracles.ts > IWebResource

Interface: IWebResource

Describes an abstract web resource.

interface:

Hierarchy

Object

IResource

↳ IWebResource

Index

Properties

Methods


Properties

Object

● Object: ObjectConstructor

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:267

Provides functionality common to all JavaScript objects.


constructor

● constructor: Function

Inherited from Object.constructor

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:122

The initial value of Object.prototype.constructor is the standard built-in Object constructor.


hypermedia

● hypermedia: IHypermediaContainer

Defined in DataModel/IWebResource.ts:14

Gets a collection of hypermedia controls.

readonly:

returns:


iri

● iri: string

Inherited from IResource.iri

Defined in DataModel/IResource.ts:13

Gets an Iri of a resource.

readonly:

returns:


type

● type: TypesCollection

Inherited from IResource.type

Defined in DataModel/IResource.ts:20

Gets classes a given resource is of.

readonly:

returns:


Methods

hasOwnProperty

hasOwnProperty(v: PropertyKey): boolean

Inherited from Object.hasOwnProperty

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:137

Determines whether an object has a property with the specified name.

Parameters:

Name Type Description
v PropertyKey A property name.

Returns: boolean


isPrototypeOf

isPrototypeOf(v: Object): boolean

Inherited from Object.isPrototypeOf

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:143

Determines whether an object exists in another object’s prototype chain.

Parameters:

Name Type Description
v Object Another object whose prototype chain is to be checked.

Returns: boolean


propertyIsEnumerable

propertyIsEnumerable(v: PropertyKey): boolean

Inherited from Object.propertyIsEnumerable

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:149

Determines whether a specified property is enumerable.

Parameters:

Name Type Description
v PropertyKey A property name.

Returns: boolean


toLocaleString

toLocaleString(): string

Inherited from Object.toLocaleString

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:128

Returns a date converted to a string using the current locale.

Returns: string


toString

toString(): string

Inherited from Object.toString

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:125

Returns a string representation of an object.

Returns: string


valueOf

valueOf(): Object

Inherited from Object.valueOf

Defined in D:/Users/Karol/Documents/Visual Studio 2017/Projects/HydraCG/Heracles.ts/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:131

Returns the primitive value of the specified object.

Returns: Object