Illutions Engine API - v0.26.0
    Preparing search index...

    Class Events

    Internal event dispatcher for the engine.

    Index
    • Sends an event to the state machine and optionally logs a debug message to the console.

      Parameters

      • event: AnyEventObject

        Any XState event object (must include a type property) to be dispatched to the actor.

      • Optionallog: string

        Information to log with the event.

      Returns void