Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "workspace/scion-scxml-platform/projects/SCION-CORE/node_modules/scion-core-base/tsd/scion-core-base.d"

Index

Type aliases

Configuration

Configuration: string[]

FullConfiguration

FullConfiguration: string[]

ModelFactory

ModelFactory: function

Type declaration

Snapshot

Snapshot: [Configuration, any, boolean, any]

onBigStepBeginListener

onBigStepBeginListener: function

Type declaration

    • (): void
    • Returns void

onBigStepEndListener

onBigStepEndListener: function

Type declaration

    • (currentBigStepEvent: Event): void
    • Parameters

      • currentBigStepEvent: Event

      Returns void

onBigStepResumeListener

onBigStepResumeListener: function

Type declaration

    • (): void
    • Returns void

onBigStepSuspendListener

onBigStepSuspendListener: function

Type declaration

    • (): void
    • Returns void

onDefaultEntryListener

onDefaultEntryListener: function

Type declaration

    • (initialStateId: string): void
    • Parameters

      • initialStateId: string

      Returns void

onEntryListener

onEntryListener: function

Type declaration

    • (stateId: string): void
    • Parameters

      • stateId: string

      Returns void

onErrorListener

onErrorListener: function

Type declaration

onExitInterpreterListener

onExitInterpreterListener: function

Type declaration

    • (doneEvent: Event): void
    • Parameters

      Returns void

onExitListener

onExitListener: function

Type declaration

    • (stateId: string): void
    • Parameters

      • stateId: string

      Returns void

onSmallStepBeginListener

onSmallStepBeginListener: function

Type declaration

    • (currentSmallStepEvent: Event): void
    • Parameters

      • currentSmallStepEvent: Event

      Returns void

onSmallStepEndListener

onSmallStepEndListener: function

Type declaration

    • (currentSmallStepEvent: Event): void
    • Parameters

      • currentSmallStepEvent: Event

      Returns void

onTransitionListener

onTransitionListener: function

Type declaration

    • (sourceStateId: string, targetStateIds: string[], transitionIndex: number): void
    • Parameters

      • sourceStateId: string
      • targetStateIds: string[]
      • transitionIndex: number

      Returns void

Generated using TypeDoc