get
Get properties on a SimpleMap.
map.get(key)
Reads a property from this SimpleMap
.
Parameters
- key
{String}
:The property to read.
Returns
{*}
:
The value assigned to key.
map.get()
Returns the data of this simple-map as a plain JavaScript object.
Returns
{*}
:
The data as a plain JavaScript object of this simple-map.