Skip to content
On this page

Athena.systems.plugins.Internal.Object ​

server/systems/plugins.Internal.Object

Properties ​

constructor ​

• constructor: Function

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

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:124

Methods ​

hasOwnProperty ​

Usage

Athena.systems.plugins.Internal.Object.hasOwnProperty(v): boolean

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

Parameters ​

NameTypeDescription
vPropertyKeyA property name.

Returns ​

boolean

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:139


isPrototypeOf ​

Usage

Athena.systems.plugins.Internal.Object.isPrototypeOf(v): boolean

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

Parameters ​

NameTypeDescription
vObjectAnother object whose prototype chain is to be checked.

Returns ​

boolean

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:145


propertyIsEnumerable ​

Usage

Athena.systems.plugins.Internal.Object.propertyIsEnumerable(v): boolean

Determines whether a specified property is enumerable.

Parameters ​

NameTypeDescription
vPropertyKeyA property name.

Returns ​

boolean

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:151


toLocaleString ​

Usage

Athena.systems.plugins.Internal.Object.toLocaleString(): string

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

Returns ​

string

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:130


toString ​

Usage

Athena.systems.plugins.Internal.Object.toString(): string

Returns a string representation of an object.

Returns ​

string

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:127


valueOf ​

Usage

Athena.systems.plugins.Internal.Object.valueOf(): Object

Returns the primitive value of the specified object.

Returns ​

Object

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:133

Created by Stuyk | Est. 2020