How to start animation and show cursor from editor?

how to add the animate=”true” and the showCursor:true during the abcjs.editor creation:

    function initEditor() {
        new ABCJS.Editor("abc", { paper_id: "paper0",
            synth: {
                el: "#audio",
                options: { displayLoop: true, displayRestart: true, displayPlay: true, displayProgress: true, displayWarp: true }
            },
            generate_warnings: true,
            warnings_id:"warnings",
            abcjsParams: {
                generateDownload: true,
                clickListener: selectionCallback
            }
        });
    }

The animation docs https://configurator.abcjs.net/animation includes the showCursor:true, but it is not included in the editor demo: https://www.abcjs.net/abcjs-editor.html Although it works in https://editor.drawthedots.com/ and in the wordpress plugin.