Type alias DisposeCallback

DisposeCallback: ((...args) => void)

Type declaration

    • (...args): void
    • Callback function that should be invoked on Dispose.

      Parameters

      • Rest ...args: readonly any[]

      Returns void

Generated using TypeDoc