New in 1.34.0 (BETA)

get(attributeName)

Returns the value of the specified DataItem attribute.

Params

  • attributeName (String) – Name of the attribute.

Returns

String or null – Value of the data attribute. If the underlying data does not include the specified attribute, null is returned.

Example