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 dataOptionalhiddenParameters?: string[]A list of parameters to hide.
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.
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.
OptionalwithTitle?: booleanWhether the dashboard should display a title.
A lightweight dashboard component.