Type Alias: DashboardMetadata

DashboardMetadata: object

Represents the metadata for an AnalyticsDashboard component.

cacheableKey: string

Required. The cacheable key for the dashboard.

createdBy: object

Required. The creator of the dashboard.

id: string

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

name: string

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

createdDate: string

Required. The created date of the dashboard.

description: string

Required. The description for the dashboard.

id: string

Required. The ID of the dashboard.

label: string

Required. The label for the dashboard.

layouts: Layout[]

Required. A list of layouts for the dashboard.

name: string

Required. The API name of the dashboard.

style: Style

Required. The style for the dashboard.

url: string

Required. The URL for the dashboard.

widgets: Widget[]

Required. A list of widgets for the dashboard.

workspaceApiName: string

Required. The workspace API name for the dashboard.

types/types.ts:369