DataItemAttribute

New in 1.43.0 (BETA)

DataItemAttribute

The DataItemAttribute provides convenient methods for reading and writing the selected attribute.

Instance method summary

  • attributeName()
    Returns the name of the attribute.
  • dataClass()
    Returns the DataClass of the data attribute.
  • dataClassName()
    Returns the name of the data class of the attribute.
  • dataItem()
    Returns the DataItem of the data attribute.
  • get()
    Returns the value of the specified DataItemAttribute.
  • update(value)
    Updates the data and of the corresponding DataItemAttribute instance. The value is provided to the corresponding update callback.