MCPcopy Create free account
hub / github.com/SAP/ui5-project / getFrameworkName

Method getFrameworkName

lib/specifications/Project.js:96–98  ·  view source on GitHub ↗

* Get the project's framework name configuration * * @public * @returns {string} Framework name configuration, either OpenUI5 or SAPUI5

()

Source from the content-addressed store, hash-verified

94 * @returns {string} Framework name configuration, either <code>OpenUI5</code> or <code>SAPUI5</code>
95 */
96 getFrameworkName() {
97 return this._config.framework?.name;
98 }
99
100 /**
101 * Get the project's framework version configuration

Callers 3

ui5Framework.jsFile · 0.80
Project.jsFile · 0.80
graphFromObject.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected