CodeMirror 5 trigger mode

I have an instance of codemirror 5 and I’d like to manually force the rerun of my mode on a Codemirror instance as it was created the first time.
Is is possbile?

.setOption("mode", ...) will cause the mode to re-run over the code, if that’s what you’re asking.