-
Notifications
You must be signed in to change notification settings - Fork 2
url parameter
Kai Werschmöller edited this page Sep 5, 2019
·
13 revisions
Name | Value | Default | Meaning | Optional |
---|---|---|---|---|
locationId | valid LocationId | 77783 | The LocationId with which the cnrt is to be initialized. | |
tappId | valid TappId | -2 | The TappId of the Tapp to be called. Attention: Tapp must be set to Location. | |
backgroundColor | HexColor without '#' | - | Sets the backgroundColor around the tapp. | x |
overflow | string e.g. "hidden" | - | Sets overflow attribute on the body. | x |
forcelogin | - | - | Shows login even if a user is logged in. | x |
navigation | - | - | Displays a navigation that allows it to switch between the chaynsId tapps. | x |
accesstoken | TobitAccessToken | - | Enables the user to login directly (locationId is taken over from the AccessToken). | x |
logLevel | NONE=0, ERROR=1, WARN=2, INFO=3, DEBUG=4 | 1 | Sets the logLevel of the consoleLogger. | x |
debug | - | - | Enables debug features. | x |
The chayns®net-runtime appends not optional URL parameters automatically with their default values if not given.