* Get the project's framework name configuration * * @public * @returns {string} Framework name configuration, either OpenUI5 or SAPUI5
()
| 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 |
no outgoing calls
no test coverage detected