InterpreterOpts | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InterpreterOpts

Index

Properties

Optional Set

Set: any

Class to use as an ArraySet. Defaults to ES6 Set.

Optional console

console: function

Custom function to use for logging. Defaults to console.log.

Type declaration

    • (string: any): void
    • Parameters

      • string: any

      Returns void

Optional customCancel

customCancel: any

Custom code for tag

Optional customSend

customSend: any

Custom code for tag

Optional doSend

doSend: any

Custom code for actually sending the tag

Optional generateSessionid

generateSessionid: function

Factory used to generate sessionid if sessionid keyword is not specified

Type declaration

    • (): any
    • Returns any

Optional interpreterScriptingContext

interpreterScriptingContext: any

Custom objects exposed to the interpreter scripting context

Optional invokeid

invokeid: string

Support for id of invoke element at runtime.

Optional invokers

invokers: any

Custom invokers

Optional params

params: any

Used to pass params from invoke. Sets the datamodel when interpreter is instantiated.

Optional parentSession

parentSession: BaseInterpreter

Used to pass parent session during invoke.

Optional sendAsync

sendAsync: boolean

Should use method gen or genAsync to pass event back into state machine?

Optional sessionRegistry

sessionRegistry: Map<string, BaseInterpreter>

Map used to map sessionid strings to Statechart instances.

Optional sessionid

sessionid: string

Used to populate SCXML _sessionid.

Optional snapshot

snapshot: Snapshot

State machine snapshot. Used to restore a serialized state machine.

Optional transitionSelector

transitionSelector: any

Custom function used to select transitions.

Optional xmlParser

xmlParser: any

Custom xml parser

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc