◆ constructor()
ElementData::constructor | ( | { flowElement } | ) |
inline
Constructor for elementData.
- Parameters
-
- {object} - options the options object
- {FlowElement} - options.flowElement the FlowElement this data is part of
\r\n
Stores information created by a flowElement based on flowData.
Stored in flowData
constructor ({ flowElement })
Constructor for elementData. More...
| |
getInternal (key)
Internal get method for elementData to retrieve an element from it called via the elementData's get method This method is overriden by classes inheriting from elementData. More...
| |
get (key)
A wrapper that performs actions before passing on processing (or skipping) the getInternal method. More...
| |
getAsString (key)
Return string value of property. More...
| |
getAsFloat (key)
Return float value of property. More...
| |
getAsInteger (key)
Return int value of property. More...
|
ElementData::constructor | ( | { flowElement } | ) |
Constructor for elementData.
ElementData::get | ( | key | ) |
A wrapper that performs actions before passing on processing (or skipping) the getInternal method.
ElementData::getAsFloat | ( | key | ) |
Return float value of property.
ElementData::getAsInteger | ( | key | ) |
Return int value of property.
ElementData::getAsString | ( | key | ) |
Return string value of property.
ElementData::getInternal | ( | key | ) |
Internal get method for elementData to retrieve an element from it called via the elementData's get method This method is overriden by classes inheriting from elementData.