Type alias DeleteCallback<T>

DeleteCallback<T>: ((val: T) => void)

Type Parameters

  • T

Type declaration

    • (val: T): void
    • Usually called before destroying the object, this function should not throw any exception, otherwise the behavior will be unknown

      Parameters

      • val: T

      Returns void

Generated using TypeDoc