Class ObservableIntervalSkipEvent

This event is emitted from interval observables when the interval is skipped for whatever reason. The event detail will contain information about why the interval was skipped.

Hierarchy

  • TypedCustomEvent<Record<string, boolean>, "observable-interval-skip", this>
    • ObservableIntervalSkipEvent

Constructors

Constructors

  • Parameters

    • eventInitDict: {}

    Returns ObservableIntervalSkipEvent