SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface Disposable

    Represents an object that can be disposed of to free up resources.

    interface Disposable {
        dispose(): void;
    }
    Index

    Methods

    Methods

    • Disposes of the object, releasing any allocated resources.

      Returns void