Optional
className?: stringA custom class name to be added to the root element.
The ID of the dashboard. This is either:
http://localhost:3000/dashboard/1-my-dashboard
where the ID is 1
entity_id
key of the dashboard object when using the API directly or using the SDK Collection Browser to return dataOptional
drillThroughQuestionHeight?: numberHeight of a question component when drilled from the dashboard to a question level.
Optional
drillThroughQuestionProps?: Omit<BaseInteractiveQuestionProps, "questionId"> & InteractiveQuestionDefaultViewPropsProps for the drill-through question
Optional
initialParameters?: DefaultQuery<string>Query parameters for the dashboard. For a single option, use a string
value, and use a list of strings for multiple options.\
Optional
onLoad?: (dashboard: null | MetabaseDashboard) => voidCallback that is called when the dashboard is loaded.
Optional
onLoadWithoutCards?: (dashboard: null | MetabaseDashboard) => voidCallback that is called when the dashboard is loaded without cards.
Optional
plugins?: MetabasePluginsConfigAdditional mapper function to override or add drill-down menu. See the implementing custom actions section for more details.
Optional
style?: CSSPropertiesA custom style object to be added to the root element.
Optional
withCardTitle?: booleanWhether the dashboard cards should display a title.
Optional
withDownloads?: booleanWhether to hide the download button.
Optional
withFooter?: booleanWhether to display the footer.
A dashboard component with the features available in the
InteractiveDashboard
component, as well as the ability to add and update questions, layout, and content within your dashboard.