Script API - v1.20.60
    Preparing search index...

    Simple abstraction for disposable objects.

    interface IDisposable {
        teardown(): void;
    }
    Index

    Methods

    Methods

    • Beta

      Returns void

      Initiates the teardown and cleanup of this disposable item.