Class DictHValObjStore

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

Implements

Constructors

Properties

"[DICT_STORE_SYMBOL]": symbol = DICT_STORE_SYMBOL

Indicates this is a dict store.

Methods

  • Returns true if the dict has the specified name.

    Parameters

    • name: string

      The name of the value to find.

    Returns boolean

    True if the value exists.