Trace: • Technical FAQ • Build release • En-/Disable REST Services • REST Extensions
Differences
This shows you the differences between two versions of the page.
reactui:startup_urlparams [2023/02/22 06:50] admin created |
reactui:startup_urlparams [2023/02/22 06:53] (current) admin |
||
---|---|---|---|
Line 5: | Line 5: | ||
<code json> | <code json> | ||
- | appName, baseUrl, userName, password, layout (values: standard, corporation), language, timeZone, deviceMode: string, | + | appName |
- | colorScheme: string, | + | baseUrl |
- | theme: string, | + | userName |
- | transferType: „partial“|“full“, | + | password |
- | requestTimeout: number/string, | + | layout (values: standard, corporation) |
- | aliveInterval: number/string, | + | language |
- | wsPingInterval: number/string, | + | timeZone |
- | debug: boolean (zeigt im Ladebildschirm an welche Resources noch geladen werden müssen, nützlich wenn der Ladebildschirm stecken bleibt) | + | deviceMode |
+ | colorScheme | ||
+ | theme | ||
+ | transferType (values: partial or full) | ||
+ | requestTimeout, | ||
+ | aliveInterval | ||
+ | wsPingInterval | ||
+ | debug (values: true or false) | ||
+ | </code> | ||
+ | |||
+ | The debug parameter can be used to show resource loading information on loading screen. This is useful if loading stucks. |