Embedded analytics SDK API
    Preparing search index...

    Interface InteractiveQuestionQuestionVisualizationProps

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

    Properties

    className?: string

    A custom class name to be added to the root element.

    height?: Height<string | number>

    A number or string specifying a CSS size value that specifies the height of the component

    A custom style object to be added to the root element.

    width?: Width<string | number>

    A number or string specifying a CSS size value that specifies the width of the component