OptionalclassName?: 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 dataOptionaldrillThroughQuestionHeight?: numberHeight of a question component when drilled from the dashboard to a question level.
OptionaldrillThroughQuestionProps?: DrillThroughQuestionPropsProps for the drill-through question
OptionalinitialParameters?: ParameterValuesQuery parameters for the dashboard. For a single option, use a string value, and use a list of strings for multiple options.
OptionalonLoad?: (dashboard: null | MetabaseDashboard) => voidCallback that is called when the dashboard is loaded.
OptionalonLoadWithoutCards?: (dashboard: null | MetabaseDashboard) => voidCallback that is called when the dashboard is loaded without cards.
Optionalplugins?: MetabasePluginsConfigAdditional mapper function to override or add drill-down menu. See the implementing custom actions section for more details.
Optionalstyle?: CSSPropertiesA custom style object to be added to the root element.
OptionalwithCardTitle?: booleanWhether the dashboard cards should display a title.
OptionalwithDownloads?: booleanWhether to hide the download button.
OptionalwithFooter?: booleanWhether to display the footer.
A dashboard component with the features available in the
InteractiveDashboardcomponent, as well as the ability to add and update questions, layout, and content within your dashboard.