◆ getDataFilePath()
| static OptionsExtension::getDataFilePath | ( | options | ) |
inline
static
Get Datafile path.
- Parameters
-
- {object} - options Options
- Returns
- {string} Datafile path
◆ getElement()
static OptionsExtension::getElement ( options, elementName ) inline staticGet element by name.
- Parameters
-
- {object} - options Options
- {string} - elementName Element name
- Returns
- {object} Element
◆ getResourceKey()
static OptionsExtension::getResourceKey ( options ) inline staticGet resource Key.
- Parameters
-
- {object} - options Options
- Returns
- {string} Resource key
- Examples
- cloud/gettingstarted-console/gettingStarted.js, cloud/gettingstarted-web/gettingStarted.js, and cloud/taclookup-console/tacLookup.js.
◆ setDataFilePath()
static OptionsExtension::setDataFilePath ( options, newDataFilePath ) inline staticSet Datafile path.
- Parameters
-
- {object} - options Options
- {string} - newDataFilePath New Datafile path
◆ setResourceKey()
static OptionsExtension::setResourceKey ( options, resourceKey ) inline staticSet resource key.
- Parameters
-
- {object} - options Options
- {string} - resourceKey New resource key
- Examples
- cloud/gettingstarted-console/gettingStarted.js, cloud/gettingstarted-web/gettingStarted.js, and cloud/taclookup-console/tacLookup.js.
◆ updateElementPath()
static OptionsExtension::updateElementPath ( options, appendDir ) inline staticUpdate Element path.
- Parameters
-
- {object} - options Options
- {string} - appendDir New element path
