-
Notifications
You must be signed in to change notification settings - Fork 0
Option
Adrian Preuß edited this page Oct 25, 2025
·
32 revisions
Represents an settings elemet.
Set the ID of the option.setId(id): void
setId(id): void| Name | Type | Description |
|---|---|---|
| id | string |
The ID of the option. |
Set the default value of the option.setDefault(value): void
setDefault(value): void| Name | Type | Description |
|---|---|---|
| value | any |
Converts the received JSON data into a Option object.fromJSON(json): Option
fromJSON(json): Option| Name | Type | Description |
|---|---|---|
| json | any |
OptionThe actual abstraction layer for retrieving or sending data from the portal server.
⠀⠀
⠀⠀
⠀⠀
The actual abstraction layer for retrieving or sending data from the portal server.
⠀⠀
⠀⠀
⠀⠀


⠀⠀
Model data for simplified use of the data.
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
Static data and informations.
⠀⠀
⠀⠀
⠀⠀