API ReferenceGlobalsConfigurationObject

# Interface: ConfigurationObject

# Hierarchy

  • Object

    ConfigurationObject

# Indexable

  • [ key: string]: any

# Index

# Properties

# Methods

# Properties

# Object

Object: ObjectConstructor

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:267

Provides functionality common to all JavaScript objects.


# componentId

componentId: RapiId

Defined in packages/typings/kernel.ts:58


# configuration

configuration: ConfigurationString

Defined in packages/typings/kernel.ts:59


# constructor

constructor: Function

Inherited from ConfigurationObject.constructor

Defined in 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.

# Methods

# hasOwnProperty

hasOwnProperty(v: PropertyKey): boolean

Inherited from ConfigurationObject.hasOwnProperty

Defined in 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 ConfigurationObject.isPrototypeOf

Defined in 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 ConfigurationObject.propertyIsEnumerable

Defined in 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 ConfigurationObject.toLocaleString

Defined in 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 ConfigurationObject.toString

Defined in 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 ConfigurationObject.valueOf

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:131

Returns the primitive value of the specified object.

Returns: Object