Options
All
  • Public
  • Public/Protected
  • All
Menu

A object that needs to be cleaned up when it's no longer needed

Hierarchy

  • IDisposable

Implemented by

Index

Methods

Methods

dispose

  • dispose(): void | Promise<void>
  • Clean up the object when it's no longer used. After a dispose(), an object is no longer guaranteed to be usable.

    Returns void | Promise<void>

Generated using TypeDoc