Type Alias: DashboardMetadata

DashboardMetadata: object

Represents the metadata for an AnalyticsDashboard component.

Type declaration 

cacheableKey 

cacheableKey: string

Required. The cacheable key for the dashboard.

createdBy 

createdBy: object

Required. The creator of the dashboard.

createdBy.id 

id: string

Required. The user ID for the creator of the dashboard.

createdBy.name 

name: string

Required. The user name for the creator of the dashboard.

createdDate 

createdDate: string

Required. The created date of the dashboard.

description 

description: string

Required. The description for the dashboard.

id 

id: string

Required. The ID of the dashboard.

label 

label: string

Required. The label for the dashboard.

layouts 

layouts: Layout[]

Required. A list of layouts for the dashboard.

name 

name: string

Required. The API name of the dashboard.

style 

style: Style

Required. The style for the dashboard.

url 

url: string

Required. The URL for the dashboard.

widgets 

widgets: Widget[]

Required. A list of widgets for the dashboard.

workspaceApiName 

workspaceApiName: string

Required. The workspace API name for the dashboard.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!