Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabasePluginsConfig

    type MetabasePluginsConfig = {
        dashboard?: MetabaseDashboardPluginsConfig;
        getNoDataIllustration?: () => string | null | undefined;
        getNoObjectIllustration?: () => string | null | undefined;
        mapQuestionClickActions?: MetabaseClickActionPluginsConfig;
    }
    Index

    Properties

    getNoDataIllustration?: () => string | null | undefined

    Provides a custom illustration to display when there is no data.

    Type Declaration

      • (): string | null | undefined
      • Returns string | null | undefined

        A base64-encoded image string, or null to use the default illustration

    getNoObjectIllustration?: () => string | null | undefined

    Provides a custom illustration to display when there is no object (e.g., no dashboards, no collections).

    Type Declaration

      • (): string | null | undefined
      • Returns string | null | undefined

        A base64-encoded image string, or null to use the default illustration

    mapQuestionClickActions?: MetabaseClickActionPluginsConfig