# Interface DashboardProps

Props for the Dashboard component

# Properties

# defaultDataSource

defaultDataSource?: DataSource

The default data source to use for the dashboard


# filters

filters?: Filter[]

The dashboard filters to be applied to each of the widgets based on the widget filter options


# layoutOptions

layoutOptions?: DashboardLayoutOptions

Dashboard layout options


# styleOptions

styleOptions?: DashboardStyleOptions

The style options for the dashboard


# title

title?: string

The title of the dashboard


# widgets

widgets: WidgetProps[]

The widgets to render in the dashboard


# widgetsOptions

widgetsOptions?: WidgetsOptions

The options for each of the widgets