Interface InterpreterOpts
Hierarchy
- InterpreterOpts
Index
Properties
Optional Set
Optional console
Custom function to use for logging. Defaults to console.log.
Type declaration
-
-
Parameters
-
string: any
Returns void
-
-
Optional customCancel
Custom code for
Optional customSend
Custom code for
Optional doSend
Custom code for actually sending the
Optional generateSessionid
Factory used to generate sessionid if sessionid keyword is not specified
Type declaration
-
-
Returns any
-
Optional interpreterScriptingContext
Custom objects exposed to the interpreter scripting context
Optional invokeid
Support for id of invoke element at runtime.
Optional invokers
Custom invokers
Optional params
Used to pass params from invoke. Sets the datamodel when interpreter is instantiated.
Optional parentSession
Used to pass parent session during invoke.
Optional sendAsync
Should
Optional sessionRegistry
Map used to map sessionid strings to Statechart instances.
Optional sessionid
Used to populate SCXML _sessionid.
Optional snapshot
State machine snapshot. Used to restore a serialized state machine.
Optional transitionSelector
Custom function used to select transitions.
Optional xmlParser
Custom xml parser
Generated using TypeDoc
Class to use as an ArraySet. Defaults to ES6 Set.