MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface Disposable

    Interface for objects that can be disposed to clean up resources or remove event listeners.

    interface Disposable {
        dispose: () => void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    dispose: () => void