I am having a look at QScxml ECMAScript Data Model and as I have never used any scripting functionality of Qt I am a bit lost. I have seen that Qt has different Script engines (QtScript, QJSScript, QQMLEngine) which are all compatible to ECMAScript standard. So I am not really sure on what scripting language they refer too while saying in the documentation of QScxmlEcmaScriptDataModel
The QScxmlEcmaScriptDataModel class is the ECMAScript data model for a Qt SCXML state machine."
Any extra info or pointer would be very helpful.