Abstract
Optional
attributes: AttributesObject<T>Size of the set of keys and values held by the DOT object.
Apply keys and values that can be specified for DOT objects collectively.
An array of objects or tuples of attribute key/value pairs.
Delete all attributes specified for the DOT object.
Delete the value of an attribute from a DOT object by specifying a key.
Get the value of an attribute by a DOT object by specifying its key.
If the value corresponding to the key does not exist, undefined is returned.
Set a value, by specifying the key of the attributes in the DOT object.
Base class for DOT objects with attributes.