eligius
    Preparing search index...

    Class EligiusEngine

    This is where the magic happens. The engine is responsible for starting and stopping the given timeline provider and triggering the actions associated with the positions along the timeline.

    Implements

    Index

    Constructors

    Methods

    • Cleans up all the necessary parts that the engine initialized.

      • It ends the currently active operations and the init actions.
      • It removes all its eventbus listeners, handlers and interceptors.
      • It destroys all of its timeline providers
      • It empties the HTML element indicated by the containerSelector configuration property.

      Returns Promise<void>

    • Parameters

      • actions: ActionMethod[]

      Returns ActionMethod[]

    • Parameters

      • timelines: Record<number, ActionMethod[]>[]

      Returns void