Members
(static) appCurrentVersion :String
Current application version, indicated by the frontend.
Type:
- String
(static) appDisplayName :String
Application display name.
Type:
- String
(static) appIndexName :String
The name of the main app script.
Type:
- String
(static) appLatestVersion :String
Latest application version, indicated by the server.
Type:
- String
(static) appName :String
Application name.
Type:
- String
(static) appStaticURL :String
App's static base URL; should be identical to qui.config.quiStaticURL
in production mode.
Type:
- String
(static) buildHash :String
Build hash used to append to static URLs to prevent caching.
Type:
- String
(static) debug :Boolean
Flag indicating whether app runs in debug mode or not.
Type:
- Boolean
(static) defaultEffectsDisabled :Boolean
Flag that indicates whether effects are enabled or disabled by default when app is loaded.
Type:
- Boolean
(static) defaultScalingFactor :Number
Default scaling factor to use when app is loaded.
Type:
- Number
(static) defaultSmallScreenThreshold :Number
Default small screen threshold to use when app is loaded.
Type:
- Number
(static) defaultTheme :String
The theme to be initially loaded, by default.
Type:
- String
(static) navigationBasePrefix :String
Common prefix used for all QUI paths.
Type:
- String
(static) navigationUsesFragment :Boolean
Flag indicating whether navigation uses URL fragment or regular path.
Type:
- Boolean
(static) quiIndexName :String
The name of the main QUI script.
Type:
- String
(static) quiStaticURL :String
QUI static base URL.
Type:
- String
(static) themes :String
The list of comma-separated available themes.
Type:
- String
Methods
(static) get(name, defopt)
Return a configuration item value.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
name |
String | configuration item name |
||
def |
* |
<optional> |
null | optional default value returned if missing |
(static) set(name, value)
Set a configuration item value.
Parameters:
Name | Type | Description |
---|---|---|
name |
String | configuration item name |
value |
* | new configuration item value |