Embedded analytics SDK API
    Preparing search index...

    Interface InteractiveQuestionResetButtonProps

    interface InteractiveQuestionResetButtonProps {
        animate?: boolean;
        highlightOnHover?: boolean;
        type?: "button" | "submit";
    }
    Index

    Properties

    animate?: boolean
    highlightOnHover?: boolean
    type?: "button" | "submit"