Skip to main content
Version: Next

Get Map Entry's Attributes

Gets the attributes of the map entry

Description

Gets the attributes of the map entry.

A Map Entry is a plain JS Object with 2 key/value pairs : { 'key': 'someKey', 'value': 'someValue' }

Inputs

  • Map Entry (Object): The map entry to get the attribute from

Outputs

  • key (String): The key of the entry
  • value (Object): The value of the entry