Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabaseGlobalPluginsConfig

    MetabaseGlobalPluginsConfig: MetabasePluginsConfig & {
        getNoDataIllustration?: () => string | null | undefined;
        getNoObjectIllustration?: () => string | null | undefined;
        handleLink?: (url: string) => { handled: boolean };
    }

    Type Declaration

    • OptionalgetNoDataIllustration?: () => string | null | undefined

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

    • OptionalgetNoObjectIllustration?: () => string | null | undefined

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

    • OptionalhandleLink?: (url: string) => { handled: boolean }