Interface ThrottledCallback

Any object that may be disposed.

interface ThrottledCallback {
    dispose(): void;
    reset(): void;
    (): void;
}

Hierarchy (view full)

  • Returns void

Methods

Methods

  • Returns void

  • Resets the throttle timer. If an inner call is pending, it will be immediately invoked.

    Returns void