Vertex Viewer SDK
    Preparing search index...

    Interface Disposable

    A Disposable represents a type with a dispose method that when called releases any resources associated to the object.

    interface Disposable {
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Disposes any resources associated with the object.

      Returns void