if true
, the corresponding resource will be excluded (when parsing path
)
if TRUE the targets will be newly created and written to the targetDir,
even if the existence or up-to-date check returns true
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
)
the module type of the generated/compiled state machine
file path for searching (recursively) for SCXML files (state-models):
path/.../dialog.xml -> type "dialog"
/input.xml -> type "input"
NOTE: for backwards compatibility, the following file names are also accepted and mapped to their corresponding type
"dialogDescriptionSCXML.xml" -> "dialog"
"inputDescriptionSCXML.xml" -> "input"
Or custom state models (SCXML definitions) with file extension .xml
.
set or disable strict-mode for generated JavaScript code
directory to which the compiled resources like grammars (and checksum files) will be stored
by default, the relative paths are resolved against the app's root directory; if the target directory is missing it will be newly created.
Generated using TypeDoc
if default models for 'input' and 'dialog' are created, specifies their mode (defaults will be created, if no definition for the models is specified or can be found the the resources path(s))