Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Type aliases

IEngineEventListener

The IEngineEventListener type represents an object or callback function that can handle an EngineEvent dispatched by the reading system. Used with addEngineEventListener() methods on ReadingSystemEngine, ReaderView, etc.

Type parameters

IEngineEventListenerCallback

IEngineEventListenerCallback<T>: (event: T) => void

Type parameters

Type declaration

    • (event: T): void
    • The IEngineEventListenerCallback type represents a callback that can handle an EngineEvent dispatched by the reading system.

      Parameters

      • event: T

      Returns void

Generated using TypeDoc