Gets the number of properties stored in the collection.
Gets an iterator over the available name in the collection.
Returns an iterator over all properties.
Returns the value of the property with the specified key as Date
, or undefined
in case there is no property with this key or the properties value can't be converted into a Date
representation.
The key of the property.
Returns the value of the property with the specified key as floating point number
, or undefined
in case there is no property with this key or the properties value can't be converted into a floating point number
representation.
The key of the property.
Returns the value of the property with the specified key as integral number
, or undefined
in case there is no property with this key or the properties value can't be converted into an integral number
representation.
The key of the property.
Returns the value of the property with the specified key as number
, or undefined
in case there is no property with this key or the properties value can't be converted into a number
representation.
Returns the property with the specified name, or undefined
in case there is no property with this key.
The name of the property.
Returns the value of the property with the specified key as string
, or undefined
in case there is no property with this key.
The key of the property.
Returns the value of the property with the specified key as number
, which are the total milliseconds of the timespan, or undefined
in case there is no property with this key or the properties value can't be converted into a number
representation.
The key of the property.
Returns the value of the property with the specified key, or undefined
in case there is no property with this key.
The key of the property.
Returns an iter over all properties.
Generated using TypeDoc
Describes an accessible collection of properties. The collection offers a wide range of helper functions to allow a type safe access to the properties values. You can iterate over the collection with a for ... of loop.