A generic utility object that contains functions used
throughout MetacatUI to perform useful functions related to EML, but not
used to store or manipulate any state about the application.
- Since:
- Source:
Methods
getParentEML(model, maxTriesopt) → {EML211|false}
Climbs up the model hierarchy until it finds the EML model
Parameters:
Name |
Type |
Attributes |
Description |
model |
Backbone.Model
|
|
The starting model |
maxTries |
number
|
<optional>
|
The maximum number of levels to climb |
- Source:
Returns:
- Returns the EML 211 Model or null if not found
-
Type
-
EML211
|
false