if true
, runtime errors will be ignored.
if false
(or omitted) the compilation will fail with an error message
when encountering SCXML runtime errors.
NOTE: if ignored, the runtime errors will be triggered when the state-machine enters the corresponing state during runtime!
run SCXML model in "simple" or "extended" mode
the module ID for state interpreter:
if the interpreter is registered, it can be require
'd using the moduleId
, e.g.
var stateManager = mmir.require(<moduleId>);
(the moduleId
will be automatically set for inputManager
and dialogManager
)
set or disable strict-mode for generated JavaScript code
Generated using TypeDoc
if
true
, the corresponding resource will be excluded (when parsingpath
)