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

    接口 InteractiveQuestionQuestionVisualizationProps

    interface InteractiveQuestionQuestionVisualizationProps {
        className?: string;
        height?: Height<string | number>;
        style?: CSSProperties;
        width?: Width<string | number>;
    }
    索引

    属性

    className?: string

    要添加到根元素的自定义类名。

    height?: Height<string | number>

    指定组件高度的数字或字符串CSS尺寸值。

    要添加到根元素的自定义样式对象。

    width?: Width<string | number>

    指定组件宽度的数字或字符串CSS尺寸值。

    © . All rights reserved.