OptionalallowConsoleLog?: booleanWhether to allow logging to the DevTools console. Defaults to true.
Defines how to authenticate with Metabase.
The children of the MetabaseProvider component.
OptionalclassName?: stringA custom class name to be added to the root element.
OptionalerrorComponent?: SdkErrorComponentA custom error component to display when the SDK encounters an error.
OptionaleventHandlers?: SdkEventHandlersConfigOptionalloaderComponent?: ComponentType<{ label?: string }>A custom loader component to display while the SDK is loading.
The component receives an optional label prop that can be used to display a loading message.
Optionallocale?: stringDefines the display language. Accepts an ISO language code such as en or de.
Defaults to the instance locale.
OptionalpluginsConfig?: MetabaseGlobalPluginsConfigSee Plugins.
Optionaltheme?: MetabaseThemeSee Appearance.
A component that provides the Metabase SDK context and theme.