Class DictObjStore

Implementation of a store with the backing data being held in an object.

Hierarchy

  • DictObjStore

Implements

Constructors

Methods

Constructors

Methods

  • Returns a haystack value from the dict or undefined if it can't be found.

    Parameters

    • name: string

      The name of the value to find.

    Returns undefined | OptionalHVal

    The value, null or undefined if it can't be found.

Generated using TypeDoc