Gets an iterator over the available keys in the collection.
Gets the number of attributes stored in the collection.
Returns an iterator over all attributes.
Returns the attribute with the specified key, or undefined
in case there is no attribute with this key.
The key of the attribute.
Returns the value of the attribute with the specified key as integral number
, representing the key of a catalog entry, or undefined
in case there is no attribute with this key or the attributes value can't be converted into an integral number
representation.
The key of the attribute.
Returns the value of the attribute with the specified key as Date
, or undefined
in case there is no attribute with this key or the attributes value can't be converted into a Date
representation.
The key of the attribute.
Returns the value of the attribute with the specified key as floating point number
, or undefined
in case there is no attribute with this key or the attributes value can't be converted into a floating point number
representation.
The key of the attribute.
Returns the value of the attribute with the specified key as integral number
, or undefined
in case there is no attribute with this key or the attributes value can't be converted into an integral number
representation.
The key of the attribute.
Returns the value of the attribute with the specified key as number
, or undefined
in case there is no attribute with this key or the attributes value can't be converted into a number
representation.
The key of the attribute.
Returns the value of the attribute with the specified key as string
, or undefined
in case there is no attribute with this key.
The key of the attribute.
Returns the value of the attribute with the specified key, or undefined
in case there is no attribute with this key.
The key of the attribute.
Returns an iter over all attributes.
Generated using TypeDoc
Describes an accessible collection of attributes, that is attached to an item that implements IAttributeItem. The collection offers a wide range of helper functions to allow a type safe access to the attributes values. You can iterate over the collection with a for ... of loop.