类型别名 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.
当没有数据时显示自定义插图。