Embedded analytics SDK API
    Preparing search index...

    Interface InteractiveQuestionEditorButtonProps

    interface InteractiveQuestionEditorButtonProps {
        isOpen?: boolean;
        onClick?: MouseEventHandler<HTMLButtonElement>;
    }
    Index

    Properties

    Properties

    isOpen?: boolean

    Whether the editor is currently open

    false
    

    Callback function to be called when the button is clicked