UserData
@wuespace/telestion / index / UserData
UserData:
Object
Represents the user data.
See¶
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.