Vinyl
    Preparing search index...

    Interface ThrottledCallback

    Any object that may be disposed.

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

    Hierarchy (View Summary)

    • Returns void

    Index

    Methods

    Methods

    • Returns void

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

      Returns void