Allows looking up properties defined in the platform host.

Implements

  • Initializer

Constructors

Methods

Constructors

Methods

  • Indicates whether a property with the specified key exists or not.

    Parameters

    • key: string

    Returns boolean

  • Returns the property of the given key, or defaultValue if the property does not exist.

    Throws an error if defaultValue is not specified and the property does not exist.

    Type Parameters

    • T

    Parameters

    • key: string
    • OptionaldefaultValue: T

    Returns T

  • Executes some work during bean manager startup.

    Returns Promise<void>

    a Promise that resolves when this initializer completes its initialization.