IJsMap Properties | 
The IJsMap type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
                Gets the number of key-value mappings in this IJsMap.
              | |
| Frame | 
                Gets the IFrame instance this JavaScript object is bound to.
              (Inherited from IJsObject.) | |
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| Item | 
                Gets or sets the element with the specified key.
                If this map contains a value associated with the key, it will be replaced.
              | |
| Properties | 
                Gets the object properties as a live collection.
                Modifying this collection will lead to updating the object properties.
              (Inherited from IJsObject.) |