嵌入式分析 SDK API
    正在准备搜索索引...

    类型别名 MetabaseGlobalPluginsConfig

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

    类型声明

    • 可选getNoDataIllustration?: () => string | null | undefined

      当没有数据时显示自定义插图。

    • 可选getNoObjectIllustration?: () => string | null | undefined

      当没有对象时(例如,没有仪表板、没有集合)显示自定义插图。

    • 可选handleLink?: (url: string) => { handled: boolean }
    © . This site is unofficial and not affiliated with Metabase, Inc.