TelestionOptions
@wuespace/telestion / index / TelestionOptions
Represents the options for Telestion.
Properties¶
defaultBackendUrl?¶
defaultBackendUrl?:
string
The backend URL that should be inserted by default on first page load.
defaultUserData?¶
defaultUserData?:
Object
Represents the default user data.
Type declaration¶
dashboards¶
dashboards:
Record
<string
, { title: string; layout: string[][]; }>
The user’s dashboards.
version¶
version:
string
The version of the client that created this user data.
widgetInstances¶
widgetInstances:
Record
<string
, { type: string; configuration: Record<string, Json>; }>
The user’s widget instances.
version¶
version:
string
Represents the current version of the software.
widgets?¶
Represents an array of widgets.