Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelFactoryFactory

Hierarchy

  • ModelFactoryFactory

Index

Properties

Properties

prepare

prepare: function

Prepare the model by recursively downloading external scripts referenced by script/@src, and SCXML documents references by invoke/@src, then constructing a host execution context for the SCXML datamodel.

Type declaration

    • (cb: function, executionContext?: any, hostContext?: any): void
    • Parameters

      • cb: function
      • Optional executionContext: any
      • Optional hostContext: any

      Returns void

Generated using TypeDoc