Options
All
  • Public
  • Public/Protected
  • All
Menu

Module \mmir-tooling\scxml

Index

Type aliases

DocumentStringToModel

DocumentStringToModel:

FixedDocumentStringToModel

FixedDocumentStringToModel: DocumentStringToModel & { __handleRawModule: DocumentStringToModel; handleRawModule: HandleRawModule }

HandleRawModule

HandleRawModule: (url: string, rawModule: any, ...args: any[]) => void

Type declaration

    • (url: string, rawModule: any, ...args: any[]): void
    • Parameters

      • url: string
      • rawModule: any
      • Rest ...args: any[]

      Returns void

ScxmlCompiler

ScxmlCompiler: typeof scxml

Variables

Const _default

_default: { compile: typeof compile }

Type declaration

Const _default

_default: { addStatesToAppConfig: (stateModels: StateModelBuildEntry[], appConfig: WebpackAppConfig, directories: DirectoriesInfo, resources: ResourceConfig, _runtimeConfiguration: RuntimeConfiguration) => void; applyDefaultOptions: (options: StateOptions, stateModels: StateModelEntry[]) => StateModelBuildEntry[]; scxmlDefaults: (options: StateBuildOptions, appRootDir: string, stateModels: StateModelEntry[]) => StateModelBuildEntry[]; scxmlFromDir: (options: StateOptions, appRootDir: string, stateModels: StateModelEntry[]) => StateModelBuildEntry[]; scxmlFromOptions: (options: StateOptions, appRootDir: string, stateModels: StateModelEntry[]) => StateModelBuildEntry[] }

Type declaration

Functions

compile

  • compile an SCXML file to exectuable scion statechart model

    Parameters

    • content: string

      the SCXML definition as string

    • scxmlFile: string

      the path of the SCXML file (for debugging/error information)

    • options: StateCompilerOptions

      the ScxmlLoadOptions with property mapping (list of ScxmlOptions)

    • callback: CompilerCallback

      the callback when SCXML compilation has been completed: callback(error | null, compiledStatechart, map, meta)

    • _map: any
    • _meta: any

    Returns void

fixRawCompileInjectDataModule

Generated using TypeDoc