apply the "global" options from options
or default values to the entries
from stateModels
if its corresponding options-field is not explicitly specified.
[description]
compile an SCXML file to exectuable scion statechart model
the SCXML definition as string
the path of the SCXML file (for debugging/error information)
the ScxmlLoadOptions with property mapping (list of ScxmlOptions)
the callback when SCXML compilation has been completed: callback(error | null, compiledStatechart, map, meta)
scxml currently does not correctly declare the datamodel variables -> fix this by injecting the datamodel variables by intercepting documentStringToModel.handleRawModule(url, rawModule, ...)
TODO detect if this fix is needed (e.g. when future versions of scion-scxml have fixed this internally)
Generated using TypeDoc
add SCXML models to (webpack) app build configuration
list of ScxmlEntry objects: stateModel.id {String}: the SCXML id ("dialog" | "input") stateModel.file {String}: the path to the SCXML file (from which the executable SCXML model will be created)
the app configuration to which the SCXML models will be added
the directories.json representation
the resources configuration
the configuration.json representation