Function to recurvely get an Attribute of the Object.
data = [{a:1},{a:2}]; rgetattr(data, "0/a") -> 0; rgetattr(data,"hallo", "default") -> "default"
The extracted data.
Data, where the item should be received
The path to extract
Optional
Default Object, if nothing else is provided
Generated using TypeDoc
Function to recurvely get an Attribute of the Object.
Export
Example
Returns
The extracted data.