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

    类型别名 SdkErrorComponentProps

    type SdkErrorComponentProps = {
        error?: Error;
        message: ReactNode;
        onClose?: () => void;
        type?: "relative" | "fixed";
        withCloseButton?: boolean;
    }
    索引

    属性

    error?: Error
    message: ReactNode
    onClose?: () => void
    type?: "relative" | "fixed"
    withCloseButton?: boolean
    © . This site is unofficial and not affiliated with Metabase, Inc.