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

    Simple abstraction for disposable objects.

    interface IDisposable {
        teardown(): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns void

      Initiates the teardown and cleanup of this disposable item.