Interface InvocationControl

Invocation control for time/rate-controlled functions. 📘

Hierarchy

  • InvocationControl

Properties

Properties

clear: (() => void)

Type declaration

    • (): void
    • Disable invoking of target function.

      Returns void

flush: (() => void)

Type declaration

    • (): void
    • Immediately invoke target function.

      Returns void

Generated using TypeDoc