Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateModelOption

Hierarchy

Index

Properties

Optional exclude

exclude: boolean

if true, the corresponding resource will be excluded (when parsing path)

Optional ignoreErrors

ignoreErrors: boolean

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!

default

false

Optional mode

run SCXML model in "simple" or "extended" mode

default

"extended"

Optional moduleId

moduleId: string

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)

Optional strict

strict: boolean

set or disable strict-mode for generated JavaScript code

default

true

Generated using TypeDoc