Type Alias: DashboardProps

DashboardProps: ComponentProps & object

Defines the properties for a dashboard component.

In multi org scenarios, always specify the orgUrl property to indicate which org the dashboard exists in. The orgUrl must be a Lightning URL (e.g., https://yourorg.lightning.force.com).

Type declaration 

hideHeader? 

optional hideHeader: boolean

Indicates whether the dashboard header is hidden (true) or not (false). Default is false.

pageName? 

optional pageName: string

The current page name for the dashboard.