ApplicationApp¶
An file underneath the project base / components folder that has a .app extension.
ApplicationApp Constraints¶
pattern: the string must match the following regular expression:
(^/.+/).*(.+\.app)$|(^).*(.+\.app)$
ApplicationApp Examples¶
"/components/Application_changed.app"
"/base/Application.app"
- type:
string